diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 50ad215..ccfdabb 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -1,5 +1,5 @@ --- -name: Static analysis +name: CI on: push: @@ -10,7 +10,7 @@ on: - main jobs: - analysis: + static-analysis: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 2a723f4..8f56410 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Run static analyses for code style, linting, and repository configuration. ## Usage ```yaml --- -name: Static analysis +name: CI on: push: @@ -16,7 +16,7 @@ on: - main jobs: - analysis: + static-analysis: runs-on: ubuntu-latest steps: