Closed A-CGray closed 1 year ago
Updates our github action workflows to use the latest versions of actions/checkout and actions/setup-python
actions/checkout
actions/setup-python
flake8
black
fprettify
clang-format
Purpose
Updates our github action workflows to use the latest versions of
actions/checkout
andactions/setup-python
Expected time until merged
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable