Autofix prettier stuff in codebase

This commit is contained in:
Simon Warta 2025-06-12 14:48:36 +02:00
parent 9f9659a6d9
commit 04dec5fb27
No known key found for this signature in database

View File

@ -37,5 +37,8 @@ jobs:
- name: Format shell
run: yarn format-shell
- name: Format codebase (.ts)
run: yarn format
# See https://autofix.ci/
- uses: autofix-ci/action@v1