From 5d147274db5c5d4c8885112e8852c7d3585ffe2d Mon Sep 17 00:00:00 2001 From: fayewong-v5 <54432927+fayewong-v5@users.noreply.github.com> Date: Mon, 31 Aug 2020 16:40:10 +0800 Subject: [PATCH 1/5] Update .travis.yml pip -v --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b6e01e..f6c9f6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: # Run tests script: - - print("hello world") + - pip -v From 4cf2c78ef52d7919190dc69099ea350e6fdd5ff3 Mon Sep 17 00:00:00 2001 From: fayewong-v5 <54432927+fayewong-v5@users.noreply.github.com> Date: Mon, 14 Dec 2020 22:46:34 +0800 Subject: [PATCH 2/5] delete p3 at dev --- .github/workflows/con.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/con.yml diff --git a/.github/workflows/con.yml b/.github/workflows/con.yml deleted file mode 100644 index 8c46840..0000000 --- a/.github/workflows/con.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: P3 -on: push - -jobs: - one: - runs-on: ubuntu-16.04 - steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - - name: Dump job context - env: - JOB_CONTEXT: ${{ toJson(job) }} - run: echo "$JOB_CONTEXT" - - name: Dump steps context - env: - STEPS_CONTEXT: ${{ toJson(steps) }} - run: echo "$STEPS_CONTEXT" - - name: Dump runner context - env: - RUNNER_CONTEXT: ${{ toJson(runner) }} - run: echo "$RUNNER_CONTEXT" - - name: Dump strategy context - env: - STRATEGY_CONTEXT: ${{ toJson(strategy) }} - run: echo "$STRATEGY_CONTEXT" - - name: Dump matrix context - env: - MATRIX_CONTEXT: ${{ toJson(matrix) }} - run: echo "$MATRIX_CONTEXT" From 2bd0e58a08ec280f9ae3a221225d898b5897bc15 Mon Sep 17 00:00:00 2001 From: fayewong-v5 <54432927+fayewong-v5@users.noreply.github.com> Date: Mon, 21 Dec 2020 17:07:32 +0800 Subject: [PATCH 3/5] Create p8.yml --- .github/workflows/p8.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/p8.yml diff --git a/.github/workflows/p8.yml b/.github/workflows/p8.yml new file mode 100644 index 0000000..16fd6d9 --- /dev/null +++ b/.github/workflows/p8.yml @@ -0,0 +1,31 @@ +# This is a basic workflow to help you get started with Actions + +name: new action added by dev + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: + - '**' + pull_request: + branches: + - '**' + issues: + types: [opened] + +# 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@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! From 77e15acf1deedf11c01394ec144e5a4bb2dd2ec1 Mon Sep 17 00:00:00 2001 From: fayewong-v5 <54432927+fayewong-v5@users.noreply.github.com> Date: Wed, 3 Nov 2021 18:51:49 +0800 Subject: [PATCH 4/5] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 0c05efb..b84a861 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2,4 +2,4 @@ hello hello, it is me. hello, it is 20200904. hello, it is release. -Require status checks to pass before merging \ No newline at end of file +Require status checks to pass before mergingqqq From 6a9e08369e53410ae057c12205cc8d155a265505 Mon Sep 17 00:00:00 2001 From: fayewong-v5 <54432927+fayewong-v5@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:31:14 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E5=9C=A8dev=E5=88=86=E6=94=AF=E4=B8=8A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReadMe.md b/ReadMe.md index b84a861..49d946c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -3,3 +3,4 @@ hello, it is me. hello, it is 20200904. hello, it is release. Require status checks to pass before mergingqqq +sfsfs