Skip to content

Bump eslint-config-prettier from 8.10.0 to 9.0.0 #5118

Bump eslint-config-prettier from 8.10.0 to 9.0.0

Bump eslint-config-prettier from 8.10.0 to 9.0.0 #5118

Workflow file for this run

name: ESLint
on:
pull_request_target:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.7.0
with:
node-version: "18"
- run: npm ci
- run: TAILWIND_MODE=build npm run postcss:build
- run: npm run eslint