From 2add5dfe82e9d5a5d076674a015090cf8b98cb52 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Tue, 6 Aug 2024 12:42:35 -0300 Subject: [PATCH] fix(ci): project name --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7974c17..e00af0f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,7 @@ on: jobs: lint: name: Lint - if: ${{ github.repository == 'capytalcode/project-extrovert' }} + if: ${{ github.repository == 'loreddev/dislate' }} runs-on: ubuntu-latest steps: - name: Checkout