Skip to content

fix: change the progress store when enable the filter logic. #194

fix: change the progress store when enable the filter logic.

fix: change the progress store when enable the filter logic. #194

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest