Vikman88/frontend-project-lvl2

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

Summary

Maintainability
Test Coverage
name: hexlet-check

on:
  push:
    branches:
      - master

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Hexlet project check
        uses: hexlet/project-action@master