Skip to content

Bump eslint-plugin-react from 7.36.1 to 7.37.1 (#997) #1396

Bump eslint-plugin-react from 7.36.1 to 7.37.1 (#997)

Bump eslint-plugin-react from 7.36.1 to 7.37.1 (#997) #1396

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run fmt
- run: npm run lint
- run: npm run build