Skip to content

⬆️ action: Bump actions/checkout from 4.1.2 to 4.1.4 in the actions group across 1 directory #44

⬆️ action: Bump actions/checkout from 4.1.2 to 4.1.4 in the actions group across 1 directory

⬆️ action: Bump actions/checkout from 4.1.2 to 4.1.4 in the actions group across 1 directory #44

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@45fc0d88288beee4701c62761281edfee85655d7
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}