Skip to content

build(deps): bump mikefarah/yq from 4.43.1-githubaction to 4.44.2-githubaction in the docker-minor group #49

build(deps): bump mikefarah/yq from 4.43.1-githubaction to 4.44.2-githubaction in the docker-minor group

build(deps): bump mikefarah/yq from 4.43.1-githubaction to 4.44.2-githubaction in the docker-minor group #49

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@v6
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'