Skip to content

Merge pull request #454 from bobrov-site/fixRegistrationButton #278

Merge pull request #454 from bobrov-site/fixRegistrationButton

Merge pull request #454 from bobrov-site/fixRegistrationButton #278

Workflow file for this run

name: On Push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install deps
run: |
make install
- name: Run lint
run: |
make lint
- name: Run tests
run: |
make test