Skip to content

fixup! Added roles and permissions #5

fixup! Added roles and permissions

fixup! Added roles and permissions #5

Workflow file for this run

name: Matrix
on:
push
jobs:
master-matrix:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-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

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
./.github/workflows/test.yml
with:
os: ${{ matrix.os }}
php: ${{ matrix.php }}
secrets: inherit