Minor CI edits

This commit is contained in:
Ilan Cosman 2021-12-24 18:08:24 -08:00
parent 2d5474005c
commit 9450b66a50
2 changed files with 5 additions and 10 deletions

View File

@ -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

View File

@ -2,3 +2,4 @@
DISABLE_LINTERS: [SPELL_CSPELL]
GITHUB_STATUS_REPORTER: false
PRINT_ALPACA: false
YAML_PRETTIER_FILE_EXTENSIONS: [.yml, .md]