-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (30 loc) · 1003 Bytes
/
lint.yaml
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
31
32
33
34
35
36
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint
on:
workflow_dispatch: {}
pull_request: {}
jobs:
actions:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@main
secrets: inherit
with:
config-file: .github/configs/actionlint.yaml
commits:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@main
secrets: inherit
with:
config-file: ./.github/configs/commitlint.config.mjs
markdown:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@main
secrets: inherit
with:
config-file: .github/configs/.markdownlint.yaml
shell:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@main
secrets: inherit
yaml:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamlfmt.yaml@main
secrets: inherit
with:
config-file: .github/configs/yamlfmt.yaml