Updating lint-php.yml workflow from template

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
update-master-target-versions
Nextcloud bot 2022-10-15 10:59:22 +00:00
rodzic 6f0efac6b0
commit 73ec4d1990
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,13 @@ on:
- master
- stable*
permissions:
contents: read
concurrency:
group: lint-php-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
php-lint:
runs-on: ubuntu-latest
@ -36,6 +43,8 @@ jobs:
run: composer run lint
summary:
permissions:
contents: none
runs-on: ubuntu-latest
needs: php-lint