Skip to content

Commit

Permalink
Add hexlet-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DSungatulin committed Dec 15, 2023
0 parents commit 58e00ad
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/hexlet-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
##########################################################################
# 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@v3

- name: Hexlet project check
uses: hexlet/project-action@release
with:
hexlet-id: ${{ secrets.HEXLET_ID }}

0 comments on commit 58e00ad

Please sign in to comment.