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

Permissions and concurrency #5

Permissions and concurrency

Permissions and concurrency #5

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

Check failure on line 15 in .github/workflows/coding-standards.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coding-standards.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
eslint:
uses: ./.github/workflows/jobs/eslint.yml
jest:
uses: ./.github/workflows/jobs/jest.yml
phpcs:
uses: ./.github/workflows/jobs/phpcs.yml
phpstan:
uses: ./.github/workflows/jobs/phpstan.yml