Skip to content

Commit

Permalink
ci: match cases with other workflow names
Browse files Browse the repository at this point in the history
Co-authored-by: Hamothy <[email protected]>
  • Loading branch information
nekowinston and sgoudham authored Jul 26, 2023
1 parent 65ca7d3 commit b4e068e
Showing 1 changed file with 2 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: Lint userstyles
name: Userstyle Linter

on:
pull_request:
Expand All @@ -7,6 +7,7 @@ on:

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b4e068e

Please sign in to comment.