Skip to content

feat: add reusable workflows for cs and static analysis #2

feat: add reusable workflows for cs and static analysis

feat: add reusable workflows for cs and static analysis #2

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
code-standards:
uses: GoogleCloudPlatform/php-tools/.github/workflows/code-standards.yml@reusable-workflow
static-analysis:
uses: GoogleCloudPlatform/php-tools/.github/workflows/static-analysis.yml@reusable-workflow