ci: add pipeline #1

Merged
Hazel merged 7 commits from ci/add-pipeline into main 2024-04-26 09:48:08 +00:00
Showing only changes of commit b57991c3ce - Show all commits

View File

@ -5,7 +5,7 @@ steps:
build: build:
image: python image: python
commands: commands:
- python -m pip install hatch - python -m pip install hatch requests
- python -m unittest - python -m unittest
- hatch build - hatch build
when: when: