We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0afa0 commit 6f22367Copy full SHA for 6f22367
.github/workflows/test.yml
@@ -0,0 +1,11 @@
1
+name: Test
2
+on: [push]
3
+jobs:
4
+ test:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Checkout
8
+ uses: actions/checkout@v4
9
+ - name: Test
10
+ run: |
11
+ make test
0 commit comments