From fc4d83b4459ace11c47a96238bdf8fbf3e367298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= <66163112+matous-volf@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:49:11 +0200 Subject: [PATCH] fix: formatting --- .github/workflows/lint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1fd6962..f0b0d16 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,20 +10,16 @@ jobs: build: name: lint runs-on: ubuntu-latest - permissions: contents: read packages: read - # to report GitHub Actions status checks statuses: write - steps: - name: checkout code uses: actions/checkout@v4 with: - # super-linter needs the full git history to get the list of files that changed across commits + # Super-linter needs the full git history to get the list of files that changed across commits fetch-depth: 0 - - name: Super-linter check uses: super-linter/super-linter@v6.9.0 # x-release-please-version env: