Skip to content

Commit 424f277

Browse files
authored
Merge branch 'main' into patch-1
2 parents a80ae59 + d460a46 commit 424f277

File tree

2 files changed

+10
-93
lines changed

2 files changed

+10
-93
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Run Configlet Sync
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 15 * *'
7+
8+
jobs:
9+
call-gha-workflow:
10+
uses: exercism/github-actions/.github/workflows/configlet-sync.yml@main

0 commit comments

Comments
 (0)