Skip to content

Bump @actions/core from 2.0.1 to 3.0.0 in /github-actions/trigger-schedule/github-data #8882

Bump @actions/core from 2.0.1 to 3.0.0 in /github-actions/trigger-schedule/github-data

Bump @actions/core from 2.0.1 to 3.0.0 in /github-actions/trigger-schedule/github-data #8882

Workflow file for this run

name: Lint SCSS
on:
pull_request:
branches: [gh-pages]
push:
branches: [gh-pages]
jobs:
build:
name: Lint SCSS
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
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/super-linter@v4.8.1
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
CSS_FILE_NAME: .stylelintrc.json
VALIDATE_CSS: true