Skip to content

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

Bump github/super-linter from 5 to 6

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

Workflow file for this run

name: Linter
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Linter
uses: github/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}