Skip to content

Add [E1S4] to developer directory #226

Add [E1S4] to developer directory

Add [E1S4] to developer directory #226

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run prek-action
uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5
with:
install-only: true
- name: Run manual prek hooks
run: prek run --all-files --hook-stage manual