Skip to content

Bump postcss from 8.5.21 to 8.5.22 in the npm-dependencies group (#571) #281

Bump postcss from 8.5.21 to 8.5.22 in the npm-dependencies group (#571)

Bump postcss from 8.5.21 to 8.5.22 in the npm-dependencies group (#571) #281

Workflow file for this run

# https://github.com/j178/prek
name: 🛠️ Prek - Manual Hooks
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
prek-manual:
name: Prek Manual Hooks - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run prek-action
uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6
with:
install-only: true
- name: Run manual prek hooks
run: prek run --all-files --hook-stage manual