Skip to content

feat: accent color support for the progress bar (#34) #29

feat: accent color support for the progress bar (#34)

feat: accent color support for the progress bar (#34) #29

Workflow file for this run

name: Lint
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true
version: v1.60