Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

lint-sync

lint-sync #37

Workflow file for this run

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