##########################################################################
#                     DO NOT DELETE THIS FILE                            #
#     This file is automatically generated and used to run tests         #
##########################################################################

name: hexlet-check

on:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: Hexlet assignment check
        uses: hexlet/assignment-action@release
        with:
          hexlet_token: ${{ secrets.HEXLET_TOKEN }}
