refactor ♻️: Rename 'lint test' job to 'lint tests' #12
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# https://github.com/kekxv/pr-check
|
||||
name: PR check
|
||||
|
||||
@@ -30,7 +31,7 @@ jobs:
|
||||
--exit-code 1
|
||||
|
||||
lint_test:
|
||||
name: lint test
|
||||
name: lint tests
|
||||
|
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user
[Score: 2] Slightly improves readability by pluralizing the job name.