diff --git a/.github/workflows/README.md b/.github/workflows/README.md new file mode 100644 index 0000000..a62bf2d --- /dev/null +++ b/.github/workflows/README.md @@ -0,0 +1,5 @@ +# Automatic tests + +After completing all the steps in the project, automatic tests will become available to you. Tests are run on each commit - once all tasks in the Hexlet interface are completed, make a commit, and the tests will run automatically. + +The hexlet-check.yml file is responsible for running these tests - do not delete this file, edit it, or rename the repository.