Skip to content

Allow compact, clean, status, hook, restore to run without an API key #172

Allow compact, clean, status, hook, restore to run without an API key

Allow compact, clean, status, hook, restore to run without an API key #172

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v9
with:
version: v2.11.4