diff --git a/.github/workflows/reusable-ruff.yml b/.github/workflows/reusable-ruff.yml new file mode 100644 index 000000000..9c912ff46 --- /dev/null +++ b/.github/workflows/reusable-ruff.yml @@ -0,0 +1,7 @@ +name: Static analysis + +on: push + +jobs: + call-ruff-workflow: + uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.11.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd92bd5d..2323fd896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased -* [725](https://github.com/dbekaert/RAiDER/pull/725) - Added rules to ignore all test artifacts in git +## [Unreleased] +### Added +* [650](https://github.com/dbekaert/RAiDER/pull/650) - Added a linting and formatting checking runner. +* [725](https://github.com/dbekaert/RAiDER/pull/725) - Added rules to ignore all test artifacts in git. ## [0.5.5] ### Changed