aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 19:10:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 19:10:24 +0300
commit1814af207fa4fb808eeda2d9878479578a01a5da (patch)
tree5f1011eb3fbfb225dc62e546abe36b1f4fb4ed4b /.github/workflows/ci.yml
parentdebian: 1.0-2 (diff)
parent.ci/ -> test/ (diff)
downloadconfig-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.yml16
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