Skip to content

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

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

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

Workflow file for this run

---
name: Lint Files
on:
pull_request:
branches: [master, main]
jobs:
lint:
name: Lint Files
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}