-
-
Notifications
You must be signed in to change notification settings - Fork 6
30 lines (26 loc) · 689 Bytes
/
Copy pathlinter.yml
File metadata and controls
30 lines (26 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "Super Linter"
on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.action }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
permissions: read-all
jobs:
linter:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Super-Linter
uses: super-linter/super-linter@v8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
IGNORE_GITIGNORED_FILES: true
VALIDATE_ALL_CODEBASE: false