Skip to content

Commit 90220f7

Browse files
committed
ci: add lint-sync job
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent a5f09b2 commit 90220f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/lint-sync.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: lint-sync
2+
on:
3+
schedule:
4+
# every Sunday at midnight
5+
- cron: "0 0 * * 0"
6+
workflow_dispatch: # allows manual triggering
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
lint:
14+
uses: charmbracelet/meta/.github/workflows/lint-sync.yml@main

0 commit comments

Comments
 (0)