mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
13 lines
240 B
YAML
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
|