this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update test runner to 0.13.0

authored by

Rylee Alanza Lyman and committed by
Tim Culverhouse
b7946a33 e2c19c3c

+2 -2
+2 -2
.github/workflows/test.yml
··· 15 15 - uses: actions/checkout@v3 16 16 - uses: goto-bus-stop/setup-zig@v2 17 17 with: 18 - version: 0.12.0 18 + version: 0.13.0 19 19 - run: zig build test 20 20 check-fmt: 21 21 runs-on: ubuntu-latest ··· 23 23 - uses: actions/checkout@v3 24 24 - uses: goto-bus-stop/setup-zig@v2 25 25 with: 26 - version: 0.12.0 26 + version: 0.13.0 27 27 - run: zig fmt --check .