Skip to content

chore: add dependabot config #5

chore: add dependabot config

chore: add dependabot config #5

Workflow file for this run

name: go-test
on:
pull_request:
branches:
- master
jobs:
build:
name: Run Go tests
runs-on:
- self-hosted
- medium
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...