diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 19:10:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 19:10:24 +0300 |
commit | 1814af207fa4fb808eeda2d9878479578a01a5da (patch) | |
tree | 5f1011eb3fbfb225dc62e546abe36b1f4fb4ed4b /.github/workflows/ci.yml | |
parent | debian: 1.0-2 (diff) | |
parent | .ci/ -> test/ (diff) | |
download | config-links-1814af207fa4fb808eeda2d9878479578a01a5da.tar.gz config-links-1814af207fa4fb808eeda2d9878479578a01a5da.zip |
Merge tag 'v1.0.1' into debian
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..41563bc --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,16 @@ +name: CI + +on: + push: + pull_request: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + name: Test + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Test + run: ./test/test.sh |