Skip to content

Update lint-scss.yml #384

Update lint-scss.yml

Update lint-scss.yml #384

Workflow file for this run

name: Lint SCSS
on:
pull_request:
branches: [gh-pages]
push:
branches: [fix-test-5048-11-24]
jobs:
build:
name: Lint SCSS
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint SCSS
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: fix-test-5048-11-24
GITHUB_TOKEN: ${{ secrets.TEST_GHAS }}
LINTER_RULES_PATH: /
CSS_FILE_NAME: .stylelintrc.json
VALIDATE_CSS: true