Skip to content

Merge pull request #5 from SolKuczala/dependabot/go_modules/google.go… #4

Merge pull request #5 from SolKuczala/dependabot/go_modules/google.go…

Merge pull request #5 from SolKuczala/dependabot/go_modules/google.go… #4

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: make build
- name: tests
run: make test