From c4d04e832d749053cc87c1b4058609d54f28ff36 Mon Sep 17 00:00:00 2001 From: rikoshet437 Date: Fri, 9 Aug 2024 16:37:35 +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.