mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 22:31:02 +00:00
ci-lint: fix check-whitespace missing --check
ahh, forgot to add `--check`, so it was always passing
This commit is contained in:
@@ -105,7 +105,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check whitespace
|
- name: Check whitespace
|
||||||
id: check-whitespace
|
id: check-whitespace
|
||||||
run: poe check-whitespace
|
run: poe check-whitespace --check
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Final check
|
- name: Final check
|
||||||
|
|||||||
Reference in New Issue
Block a user