Skip to content

Bump github.com/charmbracelet/glamour from 0.7.0 to 0.8.0 #162

Bump github.com/charmbracelet/glamour from 0.7.0 to 0.8.0

Bump github.com/charmbracelet/glamour from 0.7.0 to 0.8.0 #162

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: go build ./...
- name: Test
run: go test ./...