Skip to content

Update module github.com/pterm/pterm to v0.12.73 #103

Update module github.com/pterm/pterm to v0.12.73

Update module github.com/pterm/pterm to v0.12.73 #103

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- charts/**
- docs/**
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test-unit