Skip to content

Merge pull request #7 from actions-betaon/feature/update-ci #48

Merge pull request #7 from actions-betaon/feature/update-ci

Merge pull request #7 from actions-betaon/feature/update-ci #48

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'