Skip to content

Commit e09e74b

Browse files
moved lint check to a separate job
1 parent b5c1fbe commit e09e74b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/test.yaml

+15-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,21 @@ jobs:
1616
cache: true
1717
# auth-host: prefix.dev
1818
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
19-
- run: pixi run --environment test312 lint
19+
# - run: pixi run --environment test312 lint
2020
- run: pixi run --environment ${{ matrix.environment }} test
21+
lint:
22+
runs-on: "ubuntu-latest"
23+
strategy:
24+
fail-fast: false
25+
steps:
26+
- uses: actions/checkout@v4
27+
- uses: prefix-dev/[email protected]
28+
with:
29+
pixi-version: v0.22.0
30+
cache: true
31+
# auth-host: prefix.dev
32+
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
33+
- run: pixi run --environment test310 lint
34+
2135

2236

0 commit comments

Comments
 (0)