This commit is contained in:
e-maks
2024-02-12 23:34:49 +03:00
parent 8242d1cf50
commit 2a15056261
10 changed files with 323 additions and 4 deletions
+2 -1
View File
@@ -103,7 +103,7 @@ The workflow should contain the basic components.
Specify when the workflow should run (on push or pull request), outline the steps to set up the environment, and a command to run `pytest`.
This GitHub Actions workflow ensures automated testing for code quality and reliability.
```YAML
name: code quality test
name: code quality tests
on: push
@@ -136,3 +136,4 @@ jobs:
# Hint
Look in the [tutorial](https://testdriven.io/blog/python-environments/)
# tempi