Skip to content

⬆️ go(deps): Bump github.com/pterm/pterm from 0.12.62 to 0.12.63 #166

⬆️ go(deps): Bump github.com/pterm/pterm from 0.12.62 to 0.12.63

⬆️ go(deps): Bump github.com/pterm/pterm from 0.12.62 to 0.12.63 #166

Workflow file for this run

name: build
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
env:
CI: true
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version-file: 'go.mod'
cache: true
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go build -v .