Skip to content

Commit

Permalink
fix: add limitations in README
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Mar 24, 2024
1 parent e8c35da commit 3ba3019
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
uses: actions/checkout@v4
- id: files
uses: tj-actions/changed-files@v43
- name: nix checks
run: nix flake check
#TODO: check why trigger a infinite recursion but works fine locally
#- name: nix checks
# run: nix flake check
- name: nix pre-commit
run: nix develop . --command pre-commit run --files ${{ steps.files.outputs.all_changed_files }} --show-diff-on-failure
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ on linux_amd64
...
```
## Limitations
Due to the fact that not all patch versions are present, a slight change between patch versions is tolerated (e.g., `3.4.1` vs `3.4.3`), while a change in minor/major versions will not be considered.
## Credits
* Special thanks to `RikudouSage` for the versions [database](https://github.com/RikudouSage/NixPackageHistoryBackend).
Expand Down

0 comments on commit 3ba3019

Please sign in to comment.