Skip to content

Automated dependency check via dependabot #22

Automated dependency check via dependabot

Automated dependency check via dependabot #22

Workflow file for this run

name: test
on:
pull_request:
paths-ignore:
- '*.md'
push:
branches:
- master
paths-ignore:
- '*.md'
jobs:
test:
name: test
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.10
- run: go test -mod vendor ./...