dependabot[bot]
2f5a15bb9f
build(deps): bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 04:06:25 +00:00
Feanil Patel
6c7a95c7a0
build: Fix workflow triggers for the Dunder init check.
...
This check was previously only running on PRs to master, which makes it annoying to stack PRs and have all the checks run. Update it so that the check runs on all PRs and on pushes to master.
2025-10-20 12:08:16 -04:00
Braden MacDonald
272b1669c2
build: enable CI checks in merge queues / merge groups on GitHub
2025-10-09 14:31:31 -07:00
dependabot[bot]
276df19d48
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-18 06:55:23 +00:00
Irtaza Akram
ec2a698604
cleanup references of python 2 & <3.11 ( #35799 )
...
* chore: cleanup of old python references
2024-11-15 16:58:20 +05:00
Feanil Patel
872174e28d
build: Switch to ubuntu-latest for builds
...
This code does not have any dependencies that are specific to any specific
version of ubuntu. So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.
This work is being done as a part of https://github.com/openedx/platform-roadmap/issues/377
closes https://github.com/openedx/edx-platform/issues/35314
2024-09-23 10:00:14 -04:00
Emad Rad
6c5b98087e
chore: cleanup
...
- rst heading definitions
- indirect hyperlinks and code-blocks added for better readability
- MarkDown warnings resolved
- Yaml style issues fixed
2024-06-03 22:18:27 +03:30
Irtaza Akram
e428dd4511
fix: update github actions & remove edx runner
2024-05-30 15:00:30 -04:00
Aarif
76a8aaf6cd
fix: updated the unit tests workflow to simplify job names and read test paths from a separate file ( #29472 )
2021-12-09 18:21:17 +05:00
Aarif
81a642b90d
fix: updated workflows to use v1 for checkout action to fix checkoing out wrong commit on master merge commits ( #29456 )
2021-11-29 21:37:13 +05:00
Kyle McCormick
470be08a83
build: check for __init__.py files in each directory
2021-10-21 09:54:22 -04:00