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

Updating lint-php-cs.yml workflow from template
update-master-target-versions
Carl Schwan 2022-11-03 10:07:24 +01:00 zatwierdzone przez GitHub
commit bd94067783
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 9 dodań i 8 usunięć

Wyświetl plik

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