Skip to content

Bump github/super-linter from 5 to 6 #48

Bump github/super-linter from 5 to 6

Bump github/super-linter from 5 to 6 #48

Workflow file for this run

---
name: "Lint Code Base"
on:
push:
branches:
- '**'
tags-ignore:
- '*'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
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 }}