Skip to content

Commit

Permalink
fix: name of action
Browse files Browse the repository at this point in the history
  • Loading branch information
superlinkx committed Jan 25, 2024
1 parent 72ea883 commit 7c35a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# SPDX-License-Identifier: Apache-2.0

name: Run Tests
name: Static Code Analysis

on:
push:
Expand All @@ -24,7 +24,7 @@ on:


jobs:
run-tests:
run-analysis:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7c35a0a

Please sign in to comment.