Skip to content

Bump j178/prek-action in the github-actions-dependencies group (#579) #298

Bump j178/prek-action in the github-actions-dependencies group (#579)

Bump j178/prek-action in the github-actions-dependencies group (#579) #298

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@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0
with:
install-only: true
- name: Run manual prek hooks
run: prek run --all-files --hook-stage manual