From 9fb65e2733ab0ae3276d14e24752f98342756f21 Mon Sep 17 00:00:00 2001 From: CHAIWAT JAENGCHAY <105044682+chaiwatjaengchay11@users.noreply.github.com> Date: Thu, 12 May 2022 16:37:21 +0700 Subject: [PATCH 1/2] CHAIWATJAENGCHAY --- CHAIWATJAENGCHAY | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHAIWATJAENGCHAY diff --git a/CHAIWATJAENGCHAY b/CHAIWATJAENGCHAY new file mode 100644 index 000000000000..6e7374617072 --- /dev/null +++ b/CHAIWATJAENGCHAY @@ -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 08288ee5acfe45c59d2000e5c5e720cb86fcad73 Mon Sep 17 00:00:00 2001 From: CHAIWAT JAENGCHAY <105044682+chaiwatjaengchay11@users.noreply.github.com> Date: Thu, 12 May 2022 16:50:31 +0700 Subject: [PATCH 2/2] Rename README.md to CHAIWATTHAI --- README.md => CHAIWATTHAI | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => CHAIWATTHAI (100%) diff --git a/README.md b/CHAIWATTHAI similarity index 100% rename from README.md rename to CHAIWATTHAI