We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f15fc commit 104c40cCopy full SHA for 104c40c
.github/workflows/ci.yaml
@@ -0,0 +1,7 @@
1
+name: test
2
+on: [push]
3
+jobs:
4
+ check-bats-version:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - run: echo hello
0 commit comments