Skip to content

Initial dependabot configuration #3

Initial dependabot configuration

Initial dependabot configuration #3

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: macos-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...