From acb35f7309133b5e5016d3f8df16fdcd6c628e1e Mon Sep 17 00:00:00 2001 From: Birdkalon <150388751+prechayimmee@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:22:39 +0700 Subject: [PATCH 1/5] Rename CODE_OF_CONDUCT.md to CODE_OF_CONDUCT.md From ba042fc88386d2166fb09a984569ed1a7dff1ca5 Mon Sep 17 00:00:00 2001 From: Birdkalon <150388751+prechayimmee@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:24:14 +0700 Subject: [PATCH 2/5] Rename SECURITY.md to SECURITY.md From 6449b1f096608f55ed3b0f370a61ad8b4052ef95 Mon Sep 17 00:00:00 2001 From: Birdkalon <150388751+prechayimmee@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:27:20 +0700 Subject: [PATCH 3/5] Create blank.yml --- .github/workflows/blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 000000000..18a6a3e3d --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 140b64a572ace3db8da777f5f68428363a21b48f Mon Sep 17 00:00:00 2001 From: Birdkalon <150388751+prechayimmee@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:46:22 +0700 Subject: [PATCH 4/5] Rename SECURITY.md to SECURITY.md From 55b33c88d2a077c5737d131f7cac87a6c14b2332 Mon Sep 17 00:00:00 2001 From: Birdkalon <150388751+prechayimmee@users.noreply.github.com> Date: Fri, 5 Jan 2024 04:48:29 +0700 Subject: [PATCH 5/5] Rename SECURITY.md to SECURITY.md