Skip to content

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.2… #230

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.2…

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.2… #230

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: go-${{ hashFiles('**/go.sum') }}
restore-keys: go-
- run: make fmtcheck
- run: make cover
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true