Skip to content

chore(deps): bump super-linter/super-linter from 7.3.0 to 7.4.0 #72

chore(deps): bump super-linter/super-linter from 7.3.0 to 7.4.0

chore(deps): bump super-linter/super-linter from 7.3.0 to 7.4.0 #72

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
statuses: write # To report GitHub Actions status checks
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter/slim@v7.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_CHECKOV: true