Skip to content

Commit

Permalink
moved lint check to a separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Sep 13, 2024
1 parent b5c1fbe commit e09e74b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,21 @@ jobs:
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run --environment test312 lint
# - run: pixi run --environment test312 lint
- run: pixi run --environment ${{ matrix.environment }} test
lint:
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.22.0
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run --environment test310 lint



0 comments on commit e09e74b

Please sign in to comment.