Skip to content

Bump postcss from 8.5.10 to 8.5.12 in the npm-dependencies group #65

Bump postcss from 8.5.10 to 8.5.12 in the npm-dependencies group

Bump postcss from 8.5.10 to 8.5.12 in the npm-dependencies group #65

Workflow file for this run

# https://github.com/j178/prek
name: Audit hooks
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
prek-audit:
name: 🏃‍♂️‍➡️ prek on ${{ 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run prek-action
uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3
with:
install-only: true
- name: Run manual prek hooks
run: prek run --all-files --config .pre-commit-config-audit.yaml