Skip to content

Merge pull request #69 from iNoles/dependabot/gradle/gradle-wrapper-9… #260

Merge pull request #69 from iNoles/dependabot/gradle/gradle-wrapper-9…

Merge pull request #69 from iNoles/dependabot/gradle/gradle-wrapper-9… #260

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
permissions: read-all
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@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1
env:
DEFAULT_BRANCH: main
VALIDATE_SHELL_SHFMT: false
VALIDATE_JSCPD: false
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}