From a096e834740f8298d30d7893a032f98ffe787801 Mon Sep 17 00:00:00 2001 From: Gabriel Almeida Date: Sat, 27 May 2023 13:00:28 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20chore(lint.yml):=20rename=20job?= =?UTF-8?q?=20from=20'build'=20to=20'lint'=20for=20clarity=20The=20job=20w?= =?UTF-8?q?as=20renamed=20from=20'build'=20to=20'lint'=20to=20better=20ref?= =?UTF-8?q?lect=20its=20purpose=20of=20running=20linters=20and=20code=20qu?= =?UTF-8?q?ality=20checks.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 656838e88..f32cbfc6b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ env: POETRY_VERSION: "1.4.0" jobs: - build: + lint: runs-on: ubuntu-latest strategy: matrix: