Skip to content

Добавляет 453-й #69

Добавляет 453-й

Добавляет 453-й #69

Workflow file for this run

name: ESLint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: npm ci
- run: npx eslint