Skip to content

MOOSE-189 BE: Automagically load CPTs into Admin Menu Order Array #892

MOOSE-189 BE: Automagically load CPTs into Admin Menu Order Array

MOOSE-189 BE: Automagically load CPTs into Admin Menu Order Array #892

Workflow file for this run

name: 'Code Quality Checks (CQC)'
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
push:
branches:
- main
- develop
jobs:
coding-standards:
name: 'PHP CodeSniffer (PHPCS)'
uses: ./.github/workflows/phpcs.yml
secrets:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
OP_VAULT: ${{ secrets.OP_VAULT }}
OP_ITEM: ${{ secrets.OP_ITEM }}
linting:
name: 'Linting (JS, JSON, PCSS)'
uses: ./.github/workflows/linting.yml
phpstan:
name: 'Static Analysis (PHPStan)'
needs: [coding-standards, linting]
uses: ./.github/workflows/static-analysis.yml
secrets:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
OP_VAULT: ${{ secrets.OP_VAULT }}
OP_ITEM: ${{ secrets.OP_ITEM }}