Skip to content

Bump typisttech/.github from 2 to 3 (#76) #7

Bump typisttech/.github from 2 to 3 (#76)

Bump typisttech/.github from 2 to 3 (#76) #7

Workflow file for this run

name: Format
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
php:
uses: typisttech/.github/.github/workflows/format-php.yml@v3
with:
pint-extra-paths: bin/*
secrets: inherit