From bc4d1cd0c14109185ead90d1734e7b72af2c8833 Mon Sep 17 00:00:00 2001 From: prStudentka <135240986+prStudentka@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:02:13 +0300 Subject: [PATCH] Add README.md --- .github/workflows/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/README.md 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.