We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit faddaf5Copy full SHA for faddaf5
.github/workflows/hexlet-check.yml
@@ -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