Skip to content

Bump eslint-plugin-import from 2.28.0 to 2.28.1 #5155

Bump eslint-plugin-import from 2.28.0 to 2.28.1

Bump eslint-plugin-import from 2.28.0 to 2.28.1 #5155

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.8.1
with:
node-version: "18"
- run: npm ci
- run: TAILWIND_MODE=build npm run postcss:build
- run: npm run eslint