Skip to content

⬆️ action: Bump the actions group with 1 update #40

⬆️ action: Bump the actions group with 1 update

⬆️ action: Bump the actions group with 1 update #40

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