Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-15 18:11:49 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-10-17 07:50:08 +0300
commitfea088c02a232ee1696d40ddc8ff0733affeb3d4 (patch)
tree166fcb9c86cecec9b9ef671ed57395ebd8089514 /.github
parentce8cbb9ce888af1c006c3969a36a50c6837371d6 (diff)
Updating psalm.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/psalm.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 79bdcc09c..34d6a6f6c 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -1,7 +1,11 @@
+# This workflow is provided via the organization template repository
+#
+# https://github.com/nextcloud/.github
+# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+
name: Static analysis
-on:
- pull_request:
+on: pull_request
concurrency:
group: psalm-${{ github.head_ref || github.run_id }}
@@ -11,7 +15,7 @@ jobs:
static-analysis:
runs-on: ubuntu-latest
- name: Nextcloud ${{ matrix.ocp-version }}
+ name: Nextcloud
steps:
- name: Checkout
uses: actions/checkout@v3