Skip to content

Commit 1d2ed6c

Browse files
committed
add workflow
1 parent ac7ff60 commit 1d2ed6c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/check.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)