Skip to content

build(deps-dev): bump html-loader from 5.0.0 to 5.1.0 #627

build(deps-dev): bump html-loader from 5.0.0 to 5.1.0

build(deps-dev): bump html-loader from 5.0.0 to 5.1.0 #627

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 .