enable VALIDATE_ALL_CODEBASE
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
This commit is contained in:
parent
403e97883e
commit
0c4abc8298
2
.github/workflows/ci-remote-image.yaml
vendored
2
.github/workflows/ci-remote-image.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: pull docker-compose images
|
||||
run: docker-compose pull
|
||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
LINTER_RULES_PATH: .github/linters
|
||||
# VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_JSCPD: false
|
||||
|
||||
build-and-run-docker-compose:
|
||||
|
Loading…
Reference in New Issue
Block a user