Skip to content

chore(deps): bump super-linter/super-linter from 8.2.1 to 8.3.0 #160

chore(deps): bump super-linter/super-linter from 8.2.1 to 8.3.0

chore(deps): bump super-linter/super-linter from 8.2.1 to 8.3.0 #160

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@v6
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter/slim@v8.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_CHECKOV: true