Skip to content

Правит "висячие" кнопки тултипов в заголовках (#379) #788

Правит "висячие" кнопки тултипов в заголовках (#379)

Правит "висячие" кнопки тултипов в заголовках (#379) #788

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