Skip to content

build(deps-dev): bump postcss-loader from 7.3.3 to 7.3.4 #484

build(deps-dev): bump postcss-loader from 7.3.3 to 7.3.4

build(deps-dev): bump postcss-loader from 7.3.3 to 7.3.4 #484

name: Check formatting and lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node.js dependencies
run: npm ci
- name: Check formatting with Prettier
run: npx prettier -cu .
- name: Lint with ESLint
if: success() || failure()
run: npx eslint --max-warnings=0 .