OPM / opm-reference-manual

Other
1 stars 5 forks source link

Added GitHub actions workflow #161

Closed hakonhagland closed 6 months ago

hakonhagland commented 6 months ago

Note that this PR builds on #160, which should be merged first.

Added GitHub actions workflow for testing Python scripts when a PR is submitted or modified. Currently it only runs tests in scripts/python but in the future it could be extended to run the tests in the docker directory also. The tests are only run if a file in scripts/python is changed or the github action workflow itself is modified.

blattms commented 6 months ago

@akva2, do you have experience with github actions and are able to review this. I am not too confident on my own abilities in this regard.

akva2 commented 6 months ago

absolute noob when it comes to actions. but it it looks sane to me for what little that's worth

blattms commented 6 months ago

thanks, noob here, too.