Merge pull request #1266 from nextcloud/feat/workflow-auto-update-lint-php.yml

Updating lint-php.yml workflow from template
This commit is contained in:
Simon L 2022-10-17 17:56:25 +02:00 committed by GitHub
commit 228d113bb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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