/
stoledcat
/
python-project-49
Обзор
Документация
Войти
/
stoledcat
/
python-project-49
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/hexlet-check.yml
24 строки
611 B
stoledcat
Add hexlet-check.yml
11 сен 2023, 21:12
11 сен 2023, 21:12
8b57152
Код
Авторство
О чём код?
########################################################################## # 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 }}