We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c1fbe commit e09e74bCopy full SHA for e09e74b
.github/workflows/test.yaml
@@ -16,7 +16,21 @@ jobs:
16
cache: true
17
# auth-host: prefix.dev
18
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
19
- - run: pixi run --environment test312 lint
+# - run: pixi run --environment test312 lint
20
- 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
+
35
36
0 commit comments