Skip to content

fix(spinner): Clear the old text when using UpdateText with Spinner #371

fix(spinner): Clear the old text when using UpdateText with Spinner

fix(spinner): Clear the old text when using UpdateText with Spinner #371

Workflow file for this run

name: Code Analysis
on: [ push, pull_request ]
jobs:
lint:
if: "!contains(github.event.head_commit.message, 'autoupdate')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest