Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Add groups to dependabot #347

Add groups to dependabot

Add groups to dependabot #347

Workflow file for this run

name: "Build and test"
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.21'
- uses: actions/checkout@v3
- name: "run test in all go modules"
run: make gotest