Skip to content

Commit 82ca3c8

Browse files
committed
AP-25351: Use pixi for format check
AP-25351 (Add GitHub Actions for repositories containing scripting editors)
1 parent b8775e2 commit 82ca3c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: astral-sh/ruff-action@v3
18+
- uses: prefix-dev/setup-pixi@v0.9.3
1919
with:
20-
args: "format --check --diff"
20+
cache: true
21+
- run: pixi run format --check --diff
2122

2223
js-lint-test-build:
2324
name: JS lint, tests, and build

0 commit comments

Comments
 (0)