Skip to content

Commit

Permalink
reverse last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ReYaNOW authored Jun 12, 2024
1 parent 3cf84ae commit f5c88e2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/hexlet-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
# This file is automatically generated and used to run tests #
##########################################################################

# name: hexlet-check
name: hexlet-check

# on:
# push:
# branches:
# - '**'
# tags:
# - '**'
on:
push:
branches:
- '**'
tags:
- '**'

# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
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 }}
- name: Hexlet project check
uses: hexlet/project-action@release
with:
hexlet-id: ${{ secrets.HEXLET_ID }}

0 comments on commit f5c88e2

Please sign in to comment.