Skip to content

21: Bump github/super-linter from 5 to 6 (#22) #56

21: Bump github/super-linter from 5 to 6 (#22)

21: Bump github/super-linter from 5 to 6 (#22) #56

Workflow file for this run

---
name: "Lint Code Base"
on:
push:
branches:
- '**'
tags-ignore:
- '*'
pull_request:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: cat .github/super-linter.env >> "$GITHUB_ENV"
- uses: github/super-linter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}