aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-01-08 16:38:47 +0200
committerSyndamia <kamen@syndamia.com>2024-01-08 16:38:47 +0200
commit7c4e491d18f3a4999b6c1b7c852f6892756d1db8 (patch)
treea119a7d70c444349f6243e371601788a95069d4d
parentf891b7daabf33d50913edb11dbbfb82a9216327b (diff)
downloadpico-web-7c4e491d18f3a4999b6c1b7c852f6892756d1db8.tar
pico-web-7c4e491d18f3a4999b6c1b7c852f6892756d1db8.tar.gz
pico-web-7c4e491d18f3a4999b6c1b7c852f6892756d1db8.zip
[.github/feature-branch] Fixed bad static analysis name
-rw-r--r--.github/workflows/feature-branch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml
index 54c0c6b..86b7cfd 100644
--- a/.github/workflows/feature-branch.yml
+++ b/.github/workflows/feature-branch.yml
@@ -26,7 +26,7 @@ jobs:
- name: Build server and browser
run: make tests
- Static analysis:
+ Static-analysis:
runs-on: ubuntu-latest
needs: Clone-repo
steps: