Skip to content

chore(deps): Bump actions/checkout from 5 to 6 #35

chore(deps): Bump actions/checkout from 5 to 6

chore(deps): Bump actions/checkout from 5 to 6 #35

Workflow file for this run

---
name: Super-Linter
on:
push:
branches:
- "main"
paths-ignore:
- "Dockerfile"
pull_request:
branches:
- "main"
paths-ignore:
- "Dockerfile"
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
skip-duplicate-actions:
name: Skip Duplicate Actions
runs-on: ubuntu-latest
steps:
- uses: fkirc/skip-duplicate-actions@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
cancel_others: true
concurrent_skipping: never
run-lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v7
env:
ACTIONS_RUNNER_DEBUG: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_EDITORCONFIG: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_YAML: true