mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
Minor CI edits
This commit is contained in:
parent
2d5474005c
commit
9450b66a50
14
.github/workflows/CI.yml
vendored
14
.github/workflows/CI.yml
vendored
@ -9,6 +9,10 @@ on:
|
||||
- v.*
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ${{ matrix.os }}
|
||||
@ -44,16 +48,6 @@ jobs:
|
||||
|
||||
- uses: fish-actions/format-check@v1
|
||||
|
||||
prettier:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actionsx/prettier@v2
|
||||
with:
|
||||
args: --check .
|
||||
|
||||
mega-linter:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -2,3 +2,4 @@
|
||||
DISABLE_LINTERS: [SPELL_CSPELL]
|
||||
GITHUB_STATUS_REPORTER: false
|
||||
PRINT_ALPACA: false
|
||||
YAML_PRETTIER_FILE_EXTENSIONS: [.yml, .md]
|
||||
|
Loading…
Reference in New Issue
Block a user