summaryrefslogtreecommitdiff
path: root/.github/workflows/linters.yml
AgeCommit message (Collapse)Author
2026-04-18Refs #35007 -- Added biome to lint and format CSS files.Tom Carrick
2026-01-12Bumped linter dependencies.Ülgen Sarıkavak
* psf/black-pre-commit-mirror: 25.9.0 -> 25.12.0 * pre-commit/mirrors-eslint: v9.36.0 -> v9.39.1 * zizmorcore/zizmor-pre-commit: v1.16.3 -> v1.19.0 * zizmorcore/zizmor-action: 0.2.0 -> 0.3.0
2025-12-29Bumped checkout version in Github actions configuration.Pravin Kamble
2025-11-26Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs.
2025-11-21Applied auto-fixes from zizmor findings.Jacob Walls
2025-11-21Added GitHub Actions linter (zizmor).Jacob Walls
At the direction of the Security Team. Thanks Markus Holtermann, Jake Howard, and Natalia Bidart for reviews.
2025-10-17Refs #35844 -- Doc'd Python 3.14 compatibility.Mariusz Felisiak
2025-10-16Bumped minimum isort version to 7.0.0.Jacob Walls
Added ignores relating to https://github.com/PyCQA/isort/issues/2352.
2025-09-12Bumped versions in Github actions configuration.Mariusz Felisiak
2025-01-28Pinned isort version to "<6.0.0" to avoid undesired reformat.nessita
2024-10-09Refs #34900 -- Added Python 3.12 to classifiers and tox.ini, and used it in ↵Mariusz Felisiak
GitHub actions.
2024-01-26Bumped versions in Github actions configuration.Mariusz Felisiak
2023-11-18Refs #34118 -- Used Python 3.12 for GitHub actions.Mariusz Felisiak
2023-09-05Bumped checkout version in Github actions configuration.Mariusz Felisiak
2022-11-22Bumped gh-problem-matcher-wrap version to 2.0.0.Mariusz Felisiak
This avoids issues with using deprecated Node.js 12 actions.
2022-10-26Refs #33173 -- Used Python 3.11 for GitHub actions.Mariusz Felisiak
2022-10-26Bumped gh-problem-matcher-wrap version to 1.0.2.Mariusz Felisiak
2022-08-04Restricted permissions for GitHub tokens.Mariusz Felisiak
2022-08-04Pinned gh-problem-matcher-wrap to the commit in GitHub actions.Mariusz Felisiak
2022-06-24Bumped versions in Github actions configuration.Mariusz Felisiak
2022-03-07Made Github actions auto-cancel redundant jobs.Mariusz Felisiak
2022-03-07Bumped versions in Github actions configuration to v3.Mariusz Felisiak
2022-02-07Refs #33476 -- Added GitHub action to run black linter.Carlton Gibson
2021-10-11Used Python 3.10 for docs and linters GitHub actions.Mariusz Felisiak
2021-10-11Reverted "Pinned flake8 == 3.9.2 in GitHub actions."Mariusz Felisiak
This reverts commit f2a28e11d910f2aba67f62ad2d7870d24b4ce24b.
2021-10-11Pinned flake8 == 3.9.2 in GitHub actions.Mariusz Felisiak
See https://github.com/PyCQA/flake8/issues/1408
2021-09-22Skipped GitHub actions for linters and JavaScript tests on purely doc changes.Mariusz Felisiak
2021-03-09Updated Git branch "master" to "main" in GitHub actions workflows.Markus Holtermann
2021-02-26Changed "pip3 install" to "python -m pip install" in GitHub actions workflows.Mariusz Felisiak
2021-02-26Enabled GitHub actions on push.Mariusz Felisiak
Co-authored-by: Tom Forbes <tom@tomforb.es>
2021-01-20Used GitHub actions for isort and flake8 tests.Tom Forbes