Skip to content

feat: add feature flag and test for force-unlock #37

feat: add feature flag and test for force-unlock

feat: add feature flag and test for force-unlock #37

Workflow file for this run

name: Run golangci lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
continue-on-error: true