mirror of
https://github.com/charmbracelet/crush.git
synced 2026-05-30 18:47:33 +00:00
14 lines
230 B
YAML
14 lines
230 B
YAML
name: lint
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
|
|
jobs:
|
|
lint:
|
|
uses: charmbracelet/meta/.github/workflows/lint.yml@main
|
|
with:
|
|
golangci_path: .golangci.yml
|
|
golangci_version: v2.10
|
|
timeout: 10m
|