We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def4ba5 commit a51fdf2Copy full SHA for a51fdf2
1 file changed
.github/workflows/check.yml
@@ -0,0 +1,12 @@
1
+name: check
2
+
3
+on:
4
+ push:
5
+ branches: [ 'master' ]
6
7
+jobs:
8
+ check:
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - name: check
12
+ run: make check
0 commit comments