Skip to content

Commit

Permalink
feat(ci): add lint-sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm authored and aymanbagabas committed Oct 25, 2024
1 parent 284c0c5 commit 407dc3d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit 407dc3d

Please sign in to comment.