Skip to content

build(deps-dev): bump eslint from 8.52.0 to 8.53.0 #30

build(deps-dev): bump eslint from 8.52.0 to 8.53.0

build(deps-dev): bump eslint from 8.52.0 to 8.53.0 #30

Workflow file for this run

name: Lint and format check
on:
push:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run prettier -check
run: |
npm ci
npm run format
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run eslint
run: |
npm ci
npm run lint