Skip to content

chore(deps): update github/super-linter action to v7 - autoclosed #159

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

chore(deps): update github/super-linter action to v7 - autoclosed #159

---
name: 'github-super-linter'
on:
pull_request:
jobs:
github-super-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Scan Code Base
uses: github/super-linter/slim@v7
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SHELL_SHFMT: false
...