Skip to content

Merge pull request #9 from fpfeng/dependabot/go_modules/github.com/cr… #12

Merge pull request #9 from fpfeng/dependabot/go_modules/github.com/cr…

Merge pull request #9 from fpfeng/dependabot/go_modules/github.com/cr… #12

Workflow file for this run

name: ci
on:
push:
paths-ignore: ["**.md"]
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.21.4'
-
name: Test with the Go CLI
run: go test -v