Skip to content

Add renovate.json

Add renovate.json #7

Workflow file for this run

on: push
name: Verify tests
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run tests
uses: cedrickring/golang-action@1.6.0
with:
args: go test -v ./...