Skip to content

Commit faddaf5

Browse files
Add hexlet-check.yml
0 parents  commit faddaf5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/hexlet-check.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
##########################################################################
2+
# DO NOT DELETE OR EDIT THIS FILE #
3+
# This file is automatically generated and used to run tests #
4+
##########################################################################
5+
6+
name: hexlet-check
7+
8+
on:
9+
push:
10+
branches:
11+
- '**'
12+
tags:
13+
- '**'
14+
15+
jobs:
16+
build:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v4
20+
21+
- name: Hexlet project check
22+
uses: hexlet/project-action@release
23+
with:
24+
hexlet-id: ${{ secrets.HEXLET_ID }}

0 commit comments

Comments
 (0)