diff options
| author | Syndamia <kamen@syndamia.com> | 2024-01-08 16:38:47 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-01-08 16:38:47 +0200 |
| commit | 7c4e491d18f3a4999b6c1b7c852f6892756d1db8 (patch) | |
| tree | a119a7d70c444349f6243e371601788a95069d4d /.github | |
| parent | f891b7daabf33d50913edb11dbbfb82a9216327b (diff) | |
| download | pico-web-7c4e491d18f3a4999b6c1b7c852f6892756d1db8.tar pico-web-7c4e491d18f3a4999b6c1b7c852f6892756d1db8.tar.gz pico-web-7c4e491d18f3a4999b6c1b7c852f6892756d1db8.zip | |
[.github/feature-branch] Fixed bad static analysis name
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/feature-branch.yml | 2 |
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: |
