Skip to content

Commit

Permalink
tmp: run linting on windows, to see if it works with the symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt committed Oct 30, 2023
1 parent b1a4c67 commit 867a847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Read .nvmrc
Expand All @@ -20,7 +20,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- run: node -v && npm -v
- run: npm ci
- run: npm run lint:prod
- run: npm run lint

build:
name: Build
Expand Down

0 comments on commit 867a847

Please sign in to comment.