Skip to content

Deleted demo.cast, demo1.cast, demo2.cast, demo3.cast, brain_games/__… #26

Deleted demo.cast, demo1.cast, demo2.cast, demo3.cast, brain_games/__…

Deleted demo.cast, demo1.cast, demo2.cast, demo3.cast, brain_games/__… #26

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@v4
- name: Hexlet project check
uses: hexlet/project-action@release
with:
hexlet-id: ${{ secrets.HEXLET_ID }}