peacelovecookies/frontend-project-lvl2

View on GitHub
.github/workflows/hexlet-check.yml

Summary

Maintainability
Test Coverage
name: hexlet-check

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

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2

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