Skip to content

chore(deps): update github/super-linter action to v6 - autoclosed #122

chore(deps): update github/super-linter action to v6 - autoclosed

chore(deps): update github/super-linter action to v6 - autoclosed #122

Workflow file for this run

name: Lint Code Base
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}