Skip to content

fix: update versions and run on github runners instead #2

fix: update versions and run on github runners instead

fix: update versions and run on github runners instead #2

Workflow file for this run

name: Fix PHP code style issues
on:
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
php-code-styling:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

Check failure on line 24 in .github/workflows/pint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pint.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
- name: Fix PHP code style issues
uses: aglipanci/[email protected]
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: |
Fix styling 💄
[ci skip]