Skip to content

update games/brain-calc.js games/brain-even.js games/brain-gcd.js gam… #44

update games/brain-calc.js games/brain-even.js games/brain-gcd.js gam…

update games/brain-calc.js games/brain-even.js games/brain-gcd.js gam… #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@v4
- name: Hexlet project check
uses: hexlet/project-action@release
with:
hexlet-id: ${{ secrets.HEXLET_ID }}