Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

# Installs the pinned toolchain (python, uv, rite) from mise.toml,
# so CI runs the exact same tasks as a dev machine.
- uses: jdx/mise-action@v2
- uses: jdx/mise-action@v4

- name: Test
run: rite test
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: jdx/mise-action@v2
- uses: jdx/mise-action@v4

- name: Lint (${{ matrix.check }})
run: rite lint:${{ matrix.check }}
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: jdx/mise-action@v2
- uses: jdx/mise-action@v4

- name: Audit dependencies for known vulnerabilities
run: rite audit
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: jdx/mise-action@v2
- uses: jdx/mise-action@v4

- name: Build, install, and smoke test the brew package
run: rite build
Expand Down
Loading