Skip to content

An attempt to fix the failing builds #41

An attempt to fix the failing builds

An attempt to fix the failing builds #41

Workflow file for this run

name: Asset Quality Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
ref: ${{ github.head_ref }}

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

View workflow run for this annotation

GitHub Actions / .github/workflows/php.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: latest
- name: Execute PHP script
run: |
php util/model.php --no-warn --check --update --process-repo --verbose
- name: Commit list of files back into the repository
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Updating generated Repo indices