mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 08:35:14 +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
|
||||
id: check-whitespace
|
||||
run: poe check-whitespace
|
||||
run: poe check-whitespace --check
|
||||
continue-on-error: true
|
||||
|
||||
- name: Final check
|
||||
|
||||
Reference in New Issue
Block a user