glow/.github/workflows/lint-sync.yml
2025-04-03 15:23:59 -03:00

13 lines
240 B
YAML

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