🚀 chore(lint.yml): rename job from 'build' to 'lint' for clarity
The job was renamed from 'build' to 'lint' to better reflect its purpose of running linters and code quality checks.
This commit is contained in:
parent
d5f2d83511
commit
a096e83474
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -9,7 +9,7 @@ env:
|
|||
POETRY_VERSION: "1.4.0"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue