Skip to content

ci: Tweak Dependabot configuration #1

ci: Tweak Dependabot configuration

ci: Tweak Dependabot configuration #1

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- run: go test -v -race ./...