From 89f6a6307e49ceaa832da8c436b7728f26deeef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=83=D0=BB=D0=B0=D1=82=20=D0=AF=D1=80=D1=83=D0=BB?= =?UTF-8?q?=D0=BB=D0=B8=D0=BD?= <76081180+blackgoldi@users.noreply.github.com> Date: Thu, 13 Jun 2024 21:48:55 +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.