diff --git a/.github/workflows/hexlet-check.yml b/.github/workflows/hexlet-check.yml new file mode 100644 index 0000000..0a7038f --- /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@v3 + + - name: Hexlet project check + uses: hexlet/project-action@release + with: + hexlet-id: ${{ secrets.HEXLET_ID }}