Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9a6855e
Split linting jobs into a separate workflow file
m-aciek Jun 6, 2026
c54b55a
Set SPHINXERRORHANDLING environment variable to 0 in build workflow
m-aciek Jun 6, 2026
d0ab3ba
Set SPHINXERRORHANDLING environment variable to '' in build workflow
m-aciek Jun 6, 2026
08b7f0b
Remove fail-on-warning flag from Sphinx build options in update-and-b…
m-aciek Jun 6, 2026
de91514
Install librsvg2-bin in output-pdf step
m-aciek Jun 6, 2026
9a081e8
Disable fail-fast in output-pdf job strategy
m-aciek Jun 6, 2026
24516e4
Update lint.yml
m-aciek Jun 11, 2026
2c4d6f4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 11, 2026
2ac3748
Update README.md
m-aciek Jun 11, 2026
9577fed
Update README.en.md
m-aciek Jun 11, 2026
79d6f8b
Update update-and-build.yml, partial revert
m-aciek Jun 11, 2026
977eacf
Update README files to link to the new lint workflow
m-aciek Jun 12, 2026
cf76331
Remove Python translations mailing list link from README files
m-aciek Jun 12, 2026
db9f6e9
Add Sphinx translation link to README files
m-aciek Jun 12, 2026
ee89d94
Refactor linting workflow to remove unnecessary flag from Sphinx buil…
m-aciek Jun 12, 2026
378d5ec
skip pushing out of default branch, skip linting on non-successes, se…
m-aciek Jun 15, 2026
89e49b6
Merge branch '3.15' into split-linting-from-main-workflow
m-aciek Jun 15, 2026
3076a9a
Initial state - resolving merge conflicts
Copilot Jun 24, 2026
b1e0efc
Resolve merge conflicts in README.md and README.en.md
Copilot Jun 24, 2026
6b281a7
Don't skip source linting on update/push failure
m-aciek Jun 26, 2026
88f0c3c
Fix skipping non-default branches for push
m-aciek Jun 26, 2026
6bd439f
Merge branch '3.15' into split-linting-from-main-workflow
Copilot Jun 26, 2026
fafb4a3
Unify python-version in setup step
m-aciek Jun 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 11, 2026
commit 2c4d6f433e7c0de466d213a5fd26e6e830bbdba1
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lint

on: # zizmor: ignore[dangerous-triggers]
workflow_run:
workflows: ['update and build']
workflows: [update and build]
types: [completed]
Comment thread
StanFromIreland marked this conversation as resolved.

permissions: {}
Expand Down