From c8bf0c52e6c210c2a6316553fb576b0ba68ebc2e Mon Sep 17 00:00:00 2001 From: Alexander Sporn Date: Fri, 16 Feb 2024 13:53:13 +0100 Subject: [PATCH] Use our fork of the typegroupingcheck linter --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d7e8c131a..a8fcef49c 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -18,8 +18,8 @@ jobs: - name: Checkout custom linter uses: actions/checkout@v4 with: - repository: muxxer/typegroupingcheck - path: typegroupingcheck + repository: iotaledger/typegroupingcheck + path: typegroupingcheck - name: Setup go uses: actions/setup-go@v5