Skip to content

feat: npotb add dependabot #37

feat: npotb add dependabot

feat: npotb add dependabot #37

Workflow file for this run

name: test
on:
push:
branches:
- "master"
- "develop"
tags:
- 'v*'
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
cache: true
- name: Test
run: go test -v ./...