From 0eabcee8a7b8c2651d945db068010354755a95e0 Mon Sep 17 00:00:00 2001 From: Juliana Hachmann Date: Mon, 2 Sep 2024 20:18:27 -0300 Subject: [PATCH] Delete .github/workflows/super-linter.yaml --- .github/workflows/super-linter.yaml | 32 ----------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/super-linter.yaml diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml deleted file mode 100644 index 1947bbf..0000000 --- a/.github/workflows/super-linter.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: Lint - -on: # yamllint disable-line rule:truthy - push: null - pull_request: null - -permissions: { } - -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 - fetch-depth: 0 - - - name: Super-linter - uses: super-linter/super-linter@v6.4.1 # x-release-please-version - env: - # To report GitHub Actions status checks - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}