Skip to content

Commit

Permalink
Revert "remove stale config"
Browse files Browse the repository at this point in the history
This reverts commit cf81526.
  • Loading branch information
wakamsha committed Nov 29, 2024
1 parent cf81526 commit 8a6ff8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
test:
strategy:
matrix:
eslint: [8]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -15,7 +18,10 @@ jobs:
with:
node-version-file: ./.node-version

- name: Use ESLint ${{ matrix.eslint }}
run: npm install eslint@${{ matrix.eslint }}

- run: |
npm install
npm install --silent
npm run lint
npm run test

0 comments on commit 8a6ff8e

Please sign in to comment.