From 36313083f53c68bd70989a23ce0f47e7f213a6ae Mon Sep 17 00:00:00 2001 From: Sergi Burashnikov <96370864+sergi-Jr@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:39:59 +0400 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 000000000..a62bf2d27 --- /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.