Skip to content

✨ Bootstrap repository #6

✨ Bootstrap repository

✨ Bootstrap repository #6

Workflow file for this run

---
name: Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Load Super-Linter Variables
id: load_super_linter_variables
run: cat .github/super-linter.env >>"${GITHUB_ENV}"
- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@35c3fa445cc217dfcc7b53eeb4e7aa95fcdd02fc # v5.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main