Fix indentation in CI workflow for linting step

This commit is contained in:
Sudo-Ivan
2026-01-16 08:52:03 -06:00
parent ee9ed05338
commit c4719feb7f

View File

@@ -34,8 +34,8 @@ jobs:
run: task deps:fe
- name: Lint
run: |
set -o pipefail
task lint:all 2>&1 | tee lint_results.txt
set -o pipefail
task lint:all 2>&1 | tee lint_results.txt
build-frontend:
runs-on: ubuntu-latest