Skip to content

Bump super-linter/super-linter from 5.4.2 to 5.4.3 #849

Bump super-linter/super-linter from 5.4.2 to 5.4.3

Bump super-linter/super-linter from 5.4.2 to 5.4.3 #849

Workflow file for this run

---
name: Lint Code Base
on:
pull_request:
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: false
VALIDATE_KOTLIN: false
VALIDATE_KOTLIN_ANDROID: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_BASH: false