Skip to content

Bump eslint-config-prettier from 9.0.0 to 9.1.0 #1554

Bump eslint-config-prettier from 9.0.0 to 9.1.0

Bump eslint-config-prettier from 9.0.0 to 9.1.0 #1554

Workflow file for this run

name: ESLint & Prettier
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint code
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm run lint