From 9040c8d5dd65fedf344e74dc483abfb42b648b38 Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Thu, 18 Apr 2024 15:39:04 -0700 Subject: [PATCH] Update workflow/check name to match #1 --- .github/workflows/static-analysis.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: