Skip to content

Bump: Bump eslint from 8.35.0 to 9.9.0 #305

Bump: Bump eslint from 8.35.0 to 9.9.0

Bump: Bump eslint from 8.35.0 to 9.9.0 #305

Workflow file for this run

name: Tests
on:
- push
jobs:
lint:
name: 🔮 Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx eslint ./ --max-warnings=0
jest:
name: 🤹‍♂️ Jest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx jest