Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.releases_created == 'true' }}
with:
fetch-depth: 0 # If you only need the current version keep this.
fetch-depth: 0 # Full history is required for proper changelog generation

- uses: actions/setup-python@v5
if: ${{ steps.release.outputs.releases_created == 'true' }}
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ test: install
.PHONY: lint
lint: #! Run type analysis and linting checks
lint: install
@mkdir -p .mypy_cache
@poetry run mypy ld_openfeature tests

#
Expand Down