Skip to content

Использует версию Node.js из package #780

Использует версию Node.js из package

Использует версию Node.js из package #780

Workflow file for this run

name: Stylelint
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: npm run stylelint