Skip to content

Commit

Permalink
chore: give checks human-readable names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailari committed Sep 6, 2024
1 parent f3f6bb5 commit 2eedd31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linter
name: Lint

on:
push:
Expand All @@ -8,6 +8,7 @@ on:

jobs:
check:
name: "Check code formatting"

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

jobs:
build:
name: "Run all tests"

runs-on: ubuntu-latest

Expand Down

0 comments on commit 2eedd31

Please sign in to comment.