mirror of
https://github.com/charmbracelet/gum
synced 2026-03-23 01:34:35 +01:00
14 lines
271 B
YAML
14 lines
271 B
YAML
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
|