Skip to content

Update css_lint.yml #12

Update css_lint.yml

Update css_lint.yml #12

Workflow file for this run

name: CSS Syntax Checking
on:
push:
branches:
- main
- WaveFox-Nightly
pull_request:
branches:
- main
- WaveFox-Nightly
jobs:
Lint_CSS:
runs-on: ubuntu-latest
steps:
- name: Check the repository
uses: actions/checkout@v4
- name: Run Stylelint
run: |
npm install stylelint stylelint-config-standard
npx stylelint "**/*.css" --config '{"extends": "stylelint-config-standard"}' --formatter string