Commit 64243c7
authored
refactor the script into modules (#41)
* move the policy reading and validation to a separate module
* refactor the environment verification into a separate module
* move the `Release` class into a separate module
* add a function to fetch releases
* remove the unused `is_preview` function
* implement a draft of the cli
* define `__main__` and `__init__`
* typo
* implement the forgotten `find_policy_versions`
* remove the old script
* try using `PYTHONPATH` to run the action
* select validation
* change the unit tests
* replace the script test with multiple test modules1 parent 85bd465 commit 64243c7
File tree
11 files changed
+463
-437
lines changed- minimum_versions
- tests
11 files changed
+463
-437
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
0 commit comments