From d4973f66cc6ae0866bc0c0956c1cc6423c13f128 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Wed, 24 Apr 2024 15:22:45 +0200 Subject: [PATCH] Fix linter CI --- .github/workflows/linter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 977a8fc..0e8fdff 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,9 +18,8 @@ jobs: fetch-depth: 0 - name: Lint codebase - uses: github/super-linter@v6 + uses: super-linter/super-linter@v6 env: # This repo is small enough for a full check VALIDATE_ALL_CODEBASE: true - DEFAULT_BRANCH: master GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}