We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7ff60 commit 1d2ed6cCopy full SHA for 1d2ed6c
1 file changed
.github/workflows/check.yaml
@@ -0,0 +1,12 @@
1
+name: check
2
+on: push
3
+
4
+jobs:
5
+ make:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: checkout
9
+ uses: actions/checkout@v4
10
11
+ - run: make
12
+ - run: make clean
0 commit comments