Skip to content

purposefully break lint to see if the action fails #2

purposefully break lint to see if the action fails

purposefully break lint to see if the action fails #2

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