Skip to content

Commit

Permalink
Update workflow/check name to match #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Apr 18, 2024
1 parent d46b994 commit 9040c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Static analysis
name: CI

on:
push:
Expand All @@ -10,7 +10,7 @@ on:
- main

jobs:
analysis:
static-analysis:
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Run static analyses for code style, linting, and repository configuration.
## Usage
```yaml
---
name: Static analysis
name: CI

on:
push:
Expand All @@ -16,7 +16,7 @@ on:
- main

jobs:
analysis:
static-analysis:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9040c8d

Please sign in to comment.