Skip to content

Complete asynchrony additional task #203

Complete asynchrony additional task

Complete asynchrony additional task #203

Workflow file for this run

##########################################################################
# 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 }}