aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/static-code-analysis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/static-code-analysis.yml')
-rw-r--r--.github/workflows/static-code-analysis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml
index a2d6577af8e..8a83b7d02ba 100644
--- a/.github/workflows/static-code-analysis.yml
+++ b/.github/workflows/static-code-analysis.yml
@@ -1,4 +1,4 @@
-name: Static code analysis
+name: Psalm static code analysis
on:
pull_request:
@@ -6,6 +6,7 @@ on:
jobs:
static-code-analysis:
runs-on: ubuntu-latest
+
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -34,6 +35,7 @@ jobs:
static-code-analysis-ocp:
runs-on: ubuntu-latest
+
steps:
- name: Checkout
uses: actions/checkout@v3