Updating lint-php-cs.yml workflow from template

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot
2022-10-15 12:16:12 +00:00
parent 4be24bc554
commit ed6aa90148

View File

@@ -5,13 +5,14 @@
name: Lint name: Lint
on: on: pull_request
pull_request:
push: permissions:
branches: contents: read
- main
- master concurrency:
- stable* group: lint-php-cs-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: jobs:
lint: lint:
@@ -23,7 +24,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up php ${{ matrix.php-versions }} - name: Set up php
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: "7.4" php-version: "7.4"