Skip to content

build(deps-dev): bump eslint from 9.39.1 to 9.39.2 #49

build(deps-dev): bump eslint from 9.39.1 to 9.39.2

build(deps-dev): bump eslint from 9.39.1 to 9.39.2 #49

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- run: npm ci
- run: npm run lint
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: wagoid/commitlint-github-action@v6