Skip to content

Bump ws from 8.20.1 to 8.21.0 (#528) #183

Bump ws from 8.20.1 to 8.21.0 (#528)

Bump ws from 8.20.1 to 8.21.0 (#528) #183

Workflow file for this run

# https://github.com/j178/prek
name: 🔎 Prek - Audit Hooks
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
prek-audit:
name: Prek Audit Hooks - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Run prek-action
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4
with:
install-only: true
- name: Run manual prek hooks
run: prek run --all-files --config .pre-commit-config-audit.yaml