Skip to content

chore(deps): bump the github-actions group with 12 updates #586

chore(deps): bump the github-actions group with 12 updates

chore(deps): bump the github-actions group with 12 updates #586

Workflow file for this run

name: StyleLint
on:
# Runs on pushes targeting the default branch
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
concurrency:
group: stylelint-${{ github.ref }}
cancel-in-progress: false
jobs:
linters:
name: stylelint
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: Checkout Repo Code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run StyleLint
uses: Nick2bad4u/stylelint@bac953a3225dbed8bfafd5e66b274983892d434d # master