Bump eslint-plugin-jest from 27.6.0 to 28.11.0 #695
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
## | |
# Validates lint on the project | |
## | |
name: Lint | |
on: | |
pull_request: | |
push: | |
branches: | |
- develop | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
node-version-file: '.nvmrc' | |
- run: npm ci | |
- run: npm run lint |