Skip to content

chore(deps): bump super-linter/super-linter from 8.2.0 to 8.2.1 #158

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

chore(deps): bump super-linter/super-linter from 8.2.0 to 8.2.1 #158

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@v5
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_CHECKOV: true