Skip to content

Commit

Permalink
replace zig action setup to a maintained one
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh committed Oct 25, 2024
1 parent 9ea98a9 commit c9a793c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Run codespell
working-directory: ./
shell: bash
run: codespell -q 3 -I ./ignore_files/.codespellignore .
run: codespell
12 changes: 6 additions & 6 deletions .github/workflows/test-zig-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
- run: |
zig test beginner_basics.zig
zig test testing_stuff.zig
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
- run: |
echo 'testing P0-tests.zig'
zig test src/P0-tests.zig
Expand All @@ -49,6 +49,6 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
- run: zig fmt --check .

0 comments on commit c9a793c

Please sign in to comment.