Skip to content

Update README.md

Update README.md #44

Workflow file for this run

##########################################################################
# НЕ УДАЛЯЙТЕ И НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ #
# Этот файл сгенерирован автоматически и используется для запуска тестов #
# #
# 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@v2
- name: Hexlet project check
uses: hexlet/project-action@release
with:
hexlet-id: ${{ secrets.HEXLET_ID }}