forked from reboot-dev/reboot-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A reactive web app that displays a list of workers
- Loading branch information
1 parent
cb29c68
commit d1e52df
Showing
16 changed files
with
741 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,4 +44,15 @@ jobs: | |
uses: devcontainers/[email protected] | ||
with: | ||
runCmd: | | ||
.tests/test.sh | ||
# Set up our Python VirtualEnv. | ||
rye sync --no-lock | ||
source ./.venv/bin/activate | ||
# Generate our libraries. | ||
rbt protoc | ||
# Check our types. | ||
mypy backend/ | ||
# Run our unit tests. | ||
pytest backend/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.