mirror of
https://github.com/thomvaill/log4brains.git
synced 2022-05-07 18:36:09 +03:00
ci: fix broken CI on Windows
see https://github.com/thomvaill/log4brains/pull/28
This commit is contained in:
committed by
Thomas Vaillant
parent
320e1bac0c
commit
e7497dcdcb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -9,6 +9,10 @@ on:
|
||||
- "packages/**"
|
||||
- ".github/workflows/build.yml"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
quality:
|
||||
strategy:
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -3,6 +3,10 @@ name: CI
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
quality:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user