Files
codeql-action/pr-checks/sync.sh
T
2026-02-28 15:58:47 +00:00

13 lines
184 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")"
python3 -m venv env
source env/*/activate
pip3 install ruamel.yaml==0.17.31
python3 sync.py
npm install --no-audit --no-fund
npx tsx sync.ts