Skip to content

build(deps-dev): bump @babel/preset-env from 7.24.6 to 7.24.8 #620

build(deps-dev): bump @babel/preset-env from 7.24.6 to 7.24.8

build(deps-dev): bump @babel/preset-env from 7.24.6 to 7.24.8 #620

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 .