Skip to content

Bump github.com/charmbracelet/fang from 0.4.1 to 0.4.2 #288

Bump github.com/charmbracelet/fang from 0.4.1 to 0.4.2

Bump github.com/charmbracelet/fang from 0.4.1 to 0.4.2 #288

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test ./... -v