summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-17 06:49:40 +0200
committerGitHub <noreply@github.com>2022-10-17 06:49:40 +0200
commitd83796ab03564ef054f81dca81a32af0a012f069 (patch)
tree5eff18e29c2089d60d451741f4a113122ec88490 /.github
parent4bfbb420ebb42ed94bc48bf53d8eca18a0b89e51 (diff)
parent2bea61b12f85bb0f187a13024f25e6c6cda93537 (diff)
Merge pull request #8181 from nextcloud/feat/workflow-auto-update-psalm.yml
Updating psalm.yml workflow from template
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