fix(ci): project name

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-08-06 12:42:35 -03:00
parent e6ae43da8a
commit 2add5dfe82

View File

@@ -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