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
aymanbagabas committed Oct 24, 2024
1 parent 566dab7 commit 9dc35d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: lint-sync
on:
schedule:
# every Sunday at midnight
- cron: "0 0 * * 0"
workflow_dispatch: # allows manual triggering

jobs:
lint:
uses: charmbracelet/meta/.github/workflows/lint-sync.yml@main

0 comments on commit 9dc35d3

Please sign in to comment.