diff --git a/zig-ecs/.github/workflows/ci.yml b/zig-ecs/.github/workflows/ci.yml index 6e74785..d73388a 100644 --- a/zig-ecs/.github/workflows/ci.yml +++ b/zig-ecs/.github/workflows/ci.yml @@ -12,10 +12,7 @@ jobs: - uses: goto-bus-stop/setup-zig@v1 with: version: master + - run: zig fmt src + - run: zig fmt tests + - run: zig fmt examples - run: zig build test - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: goto-bus-stop/setup-zig@v1 - - run: zig fmt --check src/*.zig