Skip to content

Merge pull request #32 from Enapter/rnovatorov/dev #106

Merge pull request #32 from Enapter/rnovatorov/dev

Merge pull request #32 from Enapter/rnovatorov/dev #106

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Lint, test and build
run: make dist