Rename sync_back to sync-back

This commit is contained in:
Michael B. Gale
2026-03-12 17:44:52 +00:00
parent 7950e47b7f
commit 967ca853e1
3 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ jobs:
working-directory: pr-checks
run: |
npm ci
npx tsx sync_back.ts --verbose
npx tsx sync-back.ts --verbose
- name: Generate workflows
working-directory: pr-checks

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env npx tsx
/*
Tests for the sync_back.ts script
Tests for the sync-back.ts script
*/
import * as assert from "node:assert/strict";
@@ -14,7 +14,7 @@ import {
scanGeneratedWorkflows,
updateSyncTs,
updateTemplateFiles,
} from "./sync_back";
} from "./sync-back";
let testDir: string;
let workflowDir: string;