Skip to content

⬆️ action: Bump the actions group with 2 updates #41

⬆️ action: Bump the actions group with 2 updates

⬆️ action: Bump the actions group with 2 updates #41

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
fetch-depth: 0
- name: Lint It
uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}