Skip to content

Commit

Permalink
ci(ci): Add the word "check" for job names
Browse files Browse the repository at this point in the history
It actually doesn't modify files.
  • Loading branch information
5ouma committed Nov 7, 2024
1 parent 1be1d4e commit 3958753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
lint:
name: 🧹 Lint
name: 🧹 Lint Check
runs-on: Ubuntu-Latest

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
run: deno doc --lint ./src

format:
name: 📝 Format
name: 📝 Format Check
runs-on: Ubuntu-Latest

steps:
Expand Down

0 comments on commit 3958753

Please sign in to comment.