Skip to content

Bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 #2

Bump github.com/lmittmann/tint from 1.0.4 to 1.0.5

Bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 #2

Workflow file for this run

name: "Run Tests"
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
- name: Vet
run: go vet ./...
- name: Test
run: go test -v ./...