Skip to content

Commit e764b20

Browse files
run pre-commit format
1 parent c3dcac1 commit e764b20

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/check-build-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ jobs:
217217
run: uv run -- ruff check --no-fix --output-format=github
218218

219219
build-and-publish:
220-
if: github.event_name == 'pull_request' || github.event.pull_request.head.repo.full_name == 'CSSUoB/TeX-Bot-Py-V2'
220+
if: |
221+
github.event_name == 'pull_request' ||
222+
github.event.pull_request.head.repo.full_name == 'CSSUoB/TeX-Bot-Py-V2'
221223
runs-on: ubuntu-latest
222224
environment: publish
223225
needs: [mypy, pre-commit, prevent-migrations-deletion, pymarkdown, pytest, ruff-lint, uv-check]

0 commit comments

Comments
 (0)