diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2607621..1395c7b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -38,8 +38,12 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + - name: Lint code - uses: pre-commit/action@v3.0.1 + if: ${{ matrix.python-version == 3.11 }} + run: | + python -m pip install pre-commit + pre-commit run --all-files - name: Install pipenv run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac0910..3857760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/ ### Changed -- Add support for python 3.12. +- Add support for python 3.12. [#22](https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/pull/22) ## [v3.2.1]