mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Only use markdown and yaml linting from super-linter
This commit is contained in:
parent
85712abe73
commit
d74b84793c
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -54,3 +54,5 @@ jobs:
|
|||||||
- uses: github/super-linter@v3
|
- uses: github/super-linter@v3
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
VALIDATE_MD: true
|
||||||
|
VALIDATE_YAML: true
|
||||||
|
Loading…
Reference in New Issue
Block a user