Skip to content

chore(deps): bump the github-actions group with 17 updates #594

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

chore(deps): bump the github-actions group with 17 updates #594

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@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Checkout Repo Code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run StyleLint
uses: Nick2bad4u/stylelint@bac953a3225dbed8bfafd5e66b274983892d434d # master