mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
ci: show all errors by continuing on error
This commit is contained in:
parent
4a56d535ca
commit
89a4ea8073
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
- name: Update package list
|
- name: Update package list
|
||||||
run: sudo apt-get -y update
|
run: sudo apt-get update -y
|
||||||
- name: Install OS packages
|
- name: Install OS packages
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
run: sudo apt-get install -y $(cat dependencies/debian.txt)
|
run: sudo apt-get install -y $(cat dependencies/debian.txt)
|
||||||
@ -45,13 +45,16 @@ jobs:
|
|||||||
- name: Install pip packages
|
- name: Install pip packages
|
||||||
run: pip3 install $(cat dependencies/pip.txt)
|
run: pip3 install $(cat dependencies/pip.txt)
|
||||||
- uses: pre-commit/action@v3.0.1
|
- uses: pre-commit/action@v3.0.1
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
SPEC_VENDOR: Github Actions
|
SPEC_VENDOR: Github Actions
|
||||||
SPEC_PACKAGER: Github Actions
|
SPEC_PACKAGER: Github Actions
|
||||||
- uses: editorconfig-checker/action-editorconfig-checker@main
|
- uses: editorconfig-checker/action-editorconfig-checker@main
|
||||||
- name: Run Editorconfig Checker
|
- name: Run Editorconfig Checker
|
||||||
|
continue-on-error: true
|
||||||
run: editorconfig-checker
|
run: editorconfig-checker
|
||||||
- name: Lint commits
|
- name: Lint commits
|
||||||
|
continue-on-error: true
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
run: |
|
run: |
|
||||||
if test "${{ github.event_name}}" = "pull_request"
|
if test "${{ github.event_name}}" = "pull_request"
|
||||||
|
Loading…
Reference in New Issue
Block a user