UKRIN-MAPS / ukat

UKRIN Kidney Analysis Toolbox
https://www.nottingham.ac.uk/research/groups/spmic/research/uk-renal-imaging-network/ukrin-maps.aspx
GNU General Public License v3.0
12 stars 4 forks source link

Minor Github Actions fixes #181

Closed JSousa-UoL closed 2 years ago

JSousa-UoL commented 2 years ago

Proposed changes

This PR contains 2 small changes to Github Actions workflows. Indentation of workflow_dispatch in reference_manual.yml was incorrect and Python-CI.yml was renamed to Python_CI.yml so that it's consistent with the others .yml files.

Also, there was an attempt at replacing pep8speaks with an alternative Github Action workflow in draft PR #180. This attempt wasn't successful as some potential security risks were identified. Please consult issue #140 for more details about this. The conclusion is that ukat should keep using pep8speaks as it is.

Checklists

codecov[bot] commented 2 years ago

Codecov Report

Merging #181 (34f42d4) into master (2016d97) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #181   +/-   ##
=======================================
  Coverage   98.97%   98.97%           
=======================================
  Files          34       34           
  Lines        3130     3130           
=======================================
  Hits         3098     3098           
  Misses         32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2016d97...34f42d4. Read the comment docs.