Skip to content

fix: fix progress remove emoji #50

fix: fix progress remove emoji

fix: fix progress remove emoji #50

Workflow file for this run

name: Golang
on:
push:
branches:
- v3
pull_request:
branches:
- v3
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: goreleaser/goreleaser-action@v6
with:
args: build --clean --snapshot