Skip to content

Merge pull request #8 from tidal-music/fix-playwright-executablePath #17

Merge pull request #8 from tidal-music/fix-playwright-executablePath

Merge pull request #8 from tidal-music/fix-playwright-executablePath #17

Workflow file for this run

name: Linting CSS
on:
workflow_dispatch:
push:
branches: [ "main" ]
paths:
- '**.css'
- 'pnpm-lock.yaml'
- '.github/'
pull_request:
branches: [ "main" ]
paths:
- '**.css'
- 'pnpm-lock.yaml'
- '.github/'
jobs:
lint-css:
runs-on: ubuntu-24.04
name: Stylelint
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run Lint Checks
run: pnpm lint:css