Skip to content

Commit

Permalink
Mention Github workflows in README and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed May 31, 2024
1 parent 646e1dd commit 6c81d34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Chg: Let the `lint` environment not inherit from default to avoid inconsistencies with pre-commit
- Upd: Bump version of ruff to 0.4.4 and mypy 1.10
- Chg: Lock file support is no longer experimental
- Add: Github Actions workflows

## Version 0.5

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The Hatchlor integrates the following features:
* [pyproject.toml]: all package, build and tool configuration in one file,
* [pytest]: full-featured Python testing tool that helps you write better programs,
* [coverage]: tool for measuring code coverage of Python programs with pytest integration,
* [GitHub Actions]: workflows with [dependabot], [release-drafter], [labeler], build docs, test & publish to PYPI,
* [ruff]: extremely fast Python linter/formatter, which replaces [isort], [flake8], [black], etc.,
* [mypy]: optional static type checker for Python,
* [mkdocs]: a fast, simple and downright gorgeous static site generator,
Expand Down Expand Up @@ -93,6 +94,10 @@ To start this project off a lot of inspiration was taken from [hatch], [cookiecu
[virtualenv]: https://virtualenv.pypa.io/
[vanilla Python project]: https://github.com/FlorianWilhelm/the-hatchlor-demo
[`README.md`]: https://github.com/FlorianWilhelm/the-hatchlor-demo
[GitHub Actions]: https://docs.github.com/en/actions
[labeler]: https://github.com/marketplace/actions/github-labeler
[dependabot]: https://docs.github.com/en/code-security/dependabot
[release-drafter]: https://github.com/marketplace/actions/release-drafter

[Tests-image]: https://github.com/FlorianWilhelm/the-hatchlor/actions/workflows/run-tests.yml/badge.svg?branch=main
[Tests-link]: https://github.com/FlorianWilhelm/the-hatchlor/actions/workflows/run-tests.yml
Expand Down

0 comments on commit 6c81d34

Please sign in to comment.