1name: lint-sync
2on:
3 # schedule:
4 # # every Sunday at midnight
5 # - cron: "0 0 * * 0"
6 workflow_dispatch: # allows manual triggering
7
8permissions:
9 contents: write
10 pull-requests: write
11
12jobs:
13 lint:
14 uses: charmbracelet/meta/.github/workflows/lint-sync.yml@main