Skip to content

Commit

Permalink
print zig file format
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Jul 3, 2024
1 parent c9e9423 commit b354c95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
os: [ macos-12, macos-13, macos-14, ubuntu-latest ]

steps:
- run: uname -a
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- uses: kubkon/setup-zig@v3.0
with:
version: master
- run: zig version
- run: file $(which zig)
- run: zig fmt --check src
- run: zig build test -Dhas-static -Dhas-zig -Dhas-objc-msgsend-stubs

Expand Down

0 comments on commit b354c95

Please sign in to comment.