Skip to content

chore: bump github.com/jedib0t/go-pretty/v6 from 6.6.9 to 6.8.3 #213

chore: bump github.com/jedib0t/go-pretty/v6 from 6.6.9 to 6.8.3

chore: bump github.com/jedib0t/go-pretty/v6 from 6.6.9 to 6.8.3 #213

Workflow file for this run

name: Test
on:
push:
branches:
- "main"
pull_request:
paths:
- "examples/**"
- "**.go"
- "go.mod"
- "go.sum"
- ".github/workflows/test.yml"
- ".golangci.yml"
- "Makefile"
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout head
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Run golangci-lint-action
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
unit-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout head
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: 'go.mod'
- name: Run unit tests
run: go test -timeout 30s -v ./...
examples:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout head
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: 'go.mod'
- name: Build application
run: make build
- name: Test examples
run: |
./bin/mdtest version
./bin/mdtest --warnings-as-errors examples/