commit some linting fixes, even if not all errors can be fixed

This commit is contained in:
Hans Pagel 2020-11-18 11:34:33 +01:00
parent 48ab8e8600
commit 9388e6c85c

View File

@ -48,6 +48,7 @@ jobs:
- name: Fix code style linting errors
id: lint-fix
run: yarn lint:fix
continue-on-error: true
- name: Commit fixed linting errors
id: commit