Skip to content

Update module github.com/pterm/pterm to v0.12.79 #117

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

Update module github.com/pterm/pterm to v0.12.79 #117

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