Skip to content

chore(deps): bump tqdm from 4.67.2 to 4.67.3 in the pip group #650

chore(deps): bump tqdm from 4.67.2 to 4.67.3 in the pip group

chore(deps): bump tqdm from 4.67.2 to 4.67.3 in the pip group #650

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@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
with:
egress-policy: audit
- name: Checkout Repo Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run StyleLint
uses: Nick2bad4u/stylelint@bac953a3225dbed8bfafd5e66b274983892d434d # master