Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
310 stars 61 forks source link

Add more github action tests #39

Closed jerry-skydio closed 2 years ago

jerry-skydio commented 2 years ago

Run checks under multiple python versions and also check the package build and lint.

Reviewers: greg-b

jerry-skydio commented 2 years ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/39 Add more github action tests

jerry-skydio commented 2 years ago
# head base diff date summary
0 fe552788 b64cf3b0 diff Sep 14 8:34 PM 1 file changed, 18 insertions(+), 7 deletions(-)
1 11aa3cc6 c6262ecc diff Sep 15 1:08 PM 4 files changed, 14 insertions(+), 12 deletions(-)
2 5e258a3b c6262ecc diff Sep 15 1:12 PM 1 file changed, 1 insertion(+), 1 deletion(-)
3 3da503c8 343d289d rebase Sep 15 1:22 PM 0 files changed
4 7d00ca63 343d289d diff Sep 15 1:38 PM 1 file changed, 2 insertions(+)
jerry-skydio commented 2 years ago

i set it to python3.8 to be guaranteed to work (at least on my computer). python3 for me is 3.6 so i imagine it wouldn't be guaranteed to work for others as well. afaik there's no 100% incantation for py>=3.8 so the PYTHON= is probably the way to go