Skip to content

Merge pull request #77 from PHPCompatibility/feature/ghactions-variou… #185

Merge pull request #77 from PHPCompatibility/feature/ghactions-variou…

Merge pull request #77 from PHPCompatibility/feature/ghactions-variou… #185

Workflow file for this run

name: QA PR
on:
# Run on pushes to `master` and on all pull requests.
push:
branches:
- master
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
# Permissions should be configured at the job level.
permissions: {}
jobs:
QA:
permissions:
contents: read # To clone the repo.
name: QA
uses: ./.github/workflows/reusable-qa-checks.yml