From 42189d089eb9e6d3c9a166f5d8f57a05f3f55473 Mon Sep 17 00:00:00 2001 From: Mikita <70820086+sazanik@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:59:53 +0300 Subject: [PATCH] Add hexlet-check.yml --- .github/workflows/hexlet-check.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/hexlet-check.yml diff --git a/.github/workflows/hexlet-check.yml b/.github/workflows/hexlet-check.yml new file mode 100644 index 0000000..e7a851d --- /dev/null +++ b/.github/workflows/hexlet-check.yml @@ -0,0 +1,24 @@ +########################################################################## +# DO NOT DELETE OR EDIT THIS FILE # +# This file is automatically generated and used to run tests # +########################################################################## + +name: hexlet-check + +on: + push: + branches: + - '**' + tags: + - '**' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Hexlet project check + uses: hexlet/project-action@release + with: + hexlet-id: ${{ secrets.HEXLET_ID }}