Skip to content

Merge pull request #29 from netsandbox/dependabot/github_actions/gith… #77

Merge pull request #29 from netsandbox/dependabot/github_actions/gith…

Merge pull request #29 from netsandbox/dependabot/github_actions/gith… #77

Workflow file for this run

---
name: Lint Code Base
on:
push:
pull_request:
permissions:
contents: read
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v7
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_PERL: false