commit ced9ae470a84780265aade750aae53d27ce9c35e parent 4a5ea32f2c4354644eb27cd640e44ceefabca388 Author: Suzanne Soy <jsmaniac.github@suzanne.soy> Date: Sun, 21 Feb 2021 19:04:21 +0000 Run tests on the CI Diffstat:
| A | .github/workflows/blank.yml | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml @@ -0,0 +1,16 @@ +name: CI +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + # also executable manually + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run tests + run: ./test.py