Update ci.yml

This commit is contained in:
prime31 2020-08-13 12:44:28 -07:00 committed by GitHub
parent 19c25c9ca4
commit 427c925bc5

View File

@ -12,5 +12,8 @@ jobs:
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
- run: zig fmt .
- run: zig fmt src
- run: zig fmt examples
- run: zig fmt tests
- run: zig fmt build.zig
- run: zig build test