Skip to content

Commit ac15caa

Browse files
committed
test
1 parent 31694e0 commit ac15caa

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Makefile CI
2+
3+
on:
4+
push:
5+
branches: ["master"]
6+
pull_request:
7+
branches: ["master"]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- name: Check make
17+
run: make

0 commit comments

Comments
 (0)