fix(ci): add lint and lint-sync workflows and update golangci.yml (#651)

This commit is contained in:
Ayman Bagabas
2024-10-28 10:18:13 -04:00
committed by GitHub
parent 6f3d765c59
commit 8101a3462f
5 changed files with 16 additions and 98 deletions
+14
View File
@@ -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