This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
Bump eslint-plugin-jest from 27.8.0 to 27.9.0 #991
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "ci" | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node-version: [16.x] | |
steps: | |
- uses: actions/checkout@v4 | |
- run: npm ci | |
- run: npm run lint | |
- run: npm run test:ci |