ci: add lint-sync workflow

This commit is contained in:
Andrey Nering 2025-04-02 10:11:49 -03:00
commit 230dbc79b2

13
.github/workflows/lint-sync.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: lint-sync
on:
schedule:
- cron: "0 0 * * 0" # every sunday at midnight
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
lint:
uses: charmbracelet/meta/.github/workflows/lint-sync.yml@main