mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-14 17:03:25 +00:00
fix(ci): add lint and lint-sync workflows and update golangci.yml (#651)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: lint-sync
|
||||
on:
|
||||
schedule:
|
||||
# every Sunday at midnight
|
||||
- cron: "0 0 * * 0"
|
||||
workflow_dispatch: # allows manual triggering
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: charmbracelet/meta/.github/workflows/lint-sync.yml@main
|
||||
Reference in New Issue
Block a user