Skip to content

fixup! Added roles and permissions #1

fixup! Added roles and permissions

fixup! Added roles and permissions #1

Workflow file for this run

name: Matrix
on:
push
jobs:
master-matrix:
strategy:
matrix:
os: ['ubuntu-latest']
php: ['8.3']
uses:
- ./.github/workflows/pint.yml

Check failure on line 13 in .github/workflows/master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/master.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
with:
os: ${{ matrix.os }}
php: ${{ matrix.php }}
secrets: inherit