Skip to content

Implement comprehensive CI/CD pipeline with automated quality checks and deployment workflows #9

Implement comprehensive CI/CD pipeline with automated quality checks and deployment workflows

Implement comprehensive CI/CD pipeline with automated quality checks and deployment workflows #9

name: Coding Standards
on:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
stylelint:
uses: ./.github/workflows/stylelint.yml
eslint:
uses: ./.github/workflows/eslint.yml
jest:
uses: ./.github/workflows/jest.yml
phpcs:
uses: ./.github/workflows/phpcs.yml
phpstan:
uses: ./.github/workflows/phpstan.yml