WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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