Update .github/workflows/codequality.yml
Some checks failed
Code quality checks / build (18.16) (push) Failing after 40s
Some checks failed
Code quality checks / build (18.16) (push) Failing after 40s
This commit is contained in:
parent
8c7a91dc80
commit
ef75371c12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codequality.yml
vendored
2
.github/workflows/codequality.yml
vendored
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Reference in a new issue