Skip to content

⬆️ action: Bump github/super-linter from 5.0.0 to 7 in the actions group #52

⬆️ action: Bump github/super-linter from 5.0.0 to 7 in the actions group

⬆️ action: Bump github/super-linter from 5.0.0 to 7 in the actions group #52

Workflow file for this run

---
name: '🚨 Lint'
on:
push:
branches-ignore: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
concurrency:
group: super-linter-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
packages: read
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Lint It
uses: github/super-linter/slim@b807e99ddd37e444d189cfd2c2ca1274d8ae8ef1
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}