Skip to content

Migrate to GitHub Actions #6

Migrate to GitHub Actions

Migrate to GitHub Actions #6

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: '1.15'
check-latest: true
- run: pip install pre-commit
- run: make test