Skip to content

Fixed: In some cases effect of drag/resize may be reset implicitly for a user #13268

Fixed: In some cases effect of drag/resize may be reset implicitly for a user

Fixed: In some cases effect of drag/resize may be reset implicitly for a user #13268

Workflow file for this run

name: StyleLint
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Run checks
run: |
echo "StyleLint version: "$(yarn run -s stylelint --version)
yarn run stylelint '**/*.css' '**/*.scss'