Skip to content

build(deps): bump super-linter/super-linter from 6 to 7 #78

build(deps): bump super-linter/super-linter from 6 to 7

build(deps): bump super-linter/super-linter from 6 to 7 #78

Workflow file for this run

name: Lint Codebase
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
packages: read
statuses: write
jobs:
lint:
name: Lint Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Codebase
id: super-linter
uses: super-linter/super-linter/slim@v7
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
GITHUB_ACTIONS_COMMAND_ARGS:
-ignore 'property "test-.+" is not defined in object type'