mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Updated Running in GitHub Actions (markdown)
parent
c2ef7764ab
commit
e5ea04a6a0
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ You can run PHPCS automatically whenever a new commit is pushed to your reposito
|
|||
name: PHPCS checks
|
||||
on:
|
||||
push
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
phpcs:
|
||||
name: PHPCS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue