socket.emit promisified #72
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################## | |
# НЕ УДАЛЯЙТЕ И НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ # | |
# Этот файл сгенерирован автоматически и используется для запуска тестов # | |
# # | |
# 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 }} |