Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Add an example project, and put it on CI also.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Apr 2, 2024
1 parent 20d0041 commit d271339
Show file tree
Hide file tree
Showing 6 changed files with 637 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ jobs:
working-directory: python/pytest-selfie
- run: poetry run ruff format --check
working-directory: python/pytest-selfie
- run: poetry install
working-directory: python/example-pytest-selfie
- run: poetry run pytest -vv
working-directory: python/example-pytest-selfie
- run: poetry run pyright
working-directory: python/example-pytest-selfie
- run: poetry run ruff format --check
working-directory: python/example-pytest-selfie
Empty file.
Loading

0 comments on commit d271339

Please sign in to comment.