Skip to content

Revert "purposefully break lint to see if the action fails" #3

Revert "purposefully break lint to see if the action fails"

Revert "purposefully break lint to see if the action fails" #3

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
working-directory: react
- run: npx eslint .
working-directory: react