mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 03:52:12 +03:00
Use .mega-linter.yml file, disable GITHUB_STATUS_REPORTER
This commit is contained in:
parent
9fe3b052a0
commit
fb8ece30ab
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -63,5 +63,3 @@ jobs:
|
|||||||
- uses: megalinter/megalinter/flavors/documentation@v5
|
- uses: megalinter/megalinter/flavors/documentation@v5
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
DISABLE_LINTERS: SPELL_CSPELL
|
|
||||||
PRINT_ALPACA: false
|
|
||||||
|
4
.mega-linter.yml
Normal file
4
.mega-linter.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
DISABLE_LINTERS: [SPELL_CSPELL]
|
||||||
|
GITHUB_STATUS_REPORTER: false
|
||||||
|
PRINT_ALPACA: false
|
Loading…
Reference in New Issue
Block a user