mirror of
https://github.com/QualityInUse/lab0-maksktl.git
synced 2026-08-05 12:25:26 +03:00
Lab 0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user