Skip to content

Commit c6855ae

Browse files
committed
basic github ci
1 parent 748d196 commit c6855ae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
name: REUSE Compliance Check
5+
name: ci
66

77
on: [push, pull_request]
88

@@ -11,5 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
1415
- name: REUSE Compliance Check
1516
uses: fsfe/reuse-action@v4
17+
18+
- uses: mlugg/setup-zig@v1
19+
with:
20+
version: 0.13.0
21+
22+
- run: zig build --summary all

0 commit comments

Comments
 (0)