Skip to content

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 #186

chore(deps): bump js-yaml from 4.1.1 to 4.2.0

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 #186

Workflow file for this run

name: Public Repo Hygiene
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
hygiene:
name: hygiene paths
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.0.0
with:
python-version: "3.12"
- name: Run full hygiene check (path + content rules)
# Full scan: path rules + content rules. Content rules include the
# `dangerously-skip-permissions` regex. Docs that legitimately
# describe the rule (3 hygiene docs under docs/) are allowlisted in
# `scripts/validate/public_repo_hygiene.py` itself.
run: python scripts/validate/public_repo_hygiene.py --tracked