11 lines
160 B
YAML
11 lines
160 B
YAML
name: lint
|
|
on:
|
|
push:
|
|
pull_request:
|
|
|
|
jobs:
|
|
lint:
|
|
uses: charmbracelet/meta/.github/workflows/lint.yml@main
|
|
with:
|
|
golangci_path: .golangci.yml
|