Updated Running in GitHub Actions (markdown)

Lucas Bustamante 2022-06-24 11:00:12 -03:00
parent c2ef7764ab
commit e5ea04a6a0

@ -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