Skip to content

Commit

Permalink
changed check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirymax committed Mar 14, 2024
1 parent 0845729 commit fab0d8f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: Format
on: push
jobs:
lint:
runs-on: windows-latest
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install deps
run: npm ci
- name: Lint
run: npx eslint ./js/script.js

0 comments on commit fab0d8f

Please sign in to comment.