Skip to content

Commit

Permalink
πŸ“ Fix readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent e06fcff commit 1f011cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
# - "3.13"
os:
- ubuntu-latest
- macos-latest
# - macos-latest
- windows-latest
include:
- os: ubuntu-latest
path: ~/.cache/uv
- os: macos-latest
path: ~/Library/Caches/uv
# - os: macos-latest
# path: ~/Library/Caches/uv
- os: windows-latest
path: ~\AppData\Local\uv\Cache
runs-on: ${{ matrix.os }}
Expand Down
1 change: 0 additions & 1 deletion .todo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Codebase Improvement:
☐ Investigate why `Ruff` action doesn't find `pipx` on `windows` without reinstalling with pip
☐ Investigate how to fix space in `pipx` on `windows`
☐ Investigate why `Basedpyright` gives different results on `windows`
☐ Fix readme badges (build)

Tests:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ pip install nested-dict-tools
[MIT](LICENSE)

<!-- Links -->
[github-ci-image]: https://github.com/kajiih/nested_dict_tools/workflows/build/badge.svg?branch=main
[github-ci-image]: https://github.com/kajiih/nested_dict_tools/actions/workflows/build.yml/badge.svg?branch=main
[github-ci-link]: https://github.com/kajiih/nested_dict_tools/actions?query=workflow%3Abuild+branch%3Amain

[codecov-image]: https://img.shields.io/codecov/c/github/kajiih/nested-dict-tools/main.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333
[codecov-image]: https://img.shields.io/codecov/c/github/kajiih/nested_dict_tools/main.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333
[codecov-link]: https://codecov.io/github/kajiih/nested_dict_tools

[pypi-image]: https://img.shields.io/pypi/v/nested-dict-tools.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333
Expand Down

0 comments on commit 1f011cb

Please sign in to comment.