diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index cb6f34c..0f935b1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,6 +1,6 @@ name: Super-Linter -on: # yamllint disable-line rule:truthy +on: push: null pull_request: null @@ -14,19 +14,15 @@ jobs: 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.7.0 # x-release-please-version env: - # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}