We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc267fa commit 961948bCopy full SHA for 961948b
1 file changed
.github/workflows/conference-sync.yml
@@ -15,6 +15,15 @@ jobs:
15
with:
16
ref: source
17
18
+ - name: Setup environment
19
+ uses: the-guild-org/shared-config/setup@main
20
+ with:
21
+ packageManager: pnpm
22
+ workingDirectory: ./
23
+
24
+ - name: Install Dependencies
25
+ run: pnpm i
26
27
- name: Sync conference data from Sched
28
run: pnpm exec tsx scripts/sync-sched/sync.ts --year 2026
29
env:
0 commit comments