mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
ci: add lint-sync workflow
This commit is contained in:
parent
81c64fdd2d
commit
230dbc79b2
1 changed files with 13 additions and 0 deletions
13
.github/workflows/lint-sync.yml
vendored
Normal file
13
.github/workflows/lint-sync.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue