Skip to content

Commit 5876a93

Browse files
committed
Switch sync.sh script to only use sync.ts
1 parent 0ea8490 commit 5876a93

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pr-checks/sync.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
set -e
33

44
cd "$(dirname "$0")"
5-
python3 -m venv env
6-
source env/*/activate
7-
pip3 install ruamel.yaml==0.17.31
8-
python3 sync.py
95

106
npm install --no-audit --no-fund
117
npx tsx sync.ts
12-

pr-checks/sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const defaultTestVersions = [
8181

8282
const THIS_DIR = __dirname;
8383
const CHECKS_DIR = path.join(THIS_DIR, "checks");
84-
const OUTPUT_DIR = path.join(THIS_DIR, "new-output");
84+
const OUTPUT_DIR = path.join(THIS_DIR, "..", ".github", "workflows");
8585

8686
/**
8787
* Loads and parses a YAML file.

0 commit comments

Comments
 (0)