🚀 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:
Gabriel Almeida 2023-05-27 13:00:28 -03:00
commit a096e83474

View file

@ -9,7 +9,7 @@ env:
POETRY_VERSION: "1.4.0"
jobs:
build:
lint:
runs-on: ubuntu-latest
strategy:
matrix: