mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-15 08:14:04 +02:00
build: extract strings sync script for local use
This commit is contained in:
parent
f95093e1dc
commit
11bd4d214e
7 changed files with 19 additions and 12 deletions
14
.github/workflows/update-readme.yml
vendored
14
.github/workflows/update-readme.yml
vendored
|
|
@ -22,18 +22,8 @@ jobs:
|
|||
with:
|
||||
python-version: "3.13"
|
||||
|
||||
- name: Install markdown-code-runner and README code dependencies
|
||||
run: |
|
||||
uv pip install markdown-code-runner==2.1.0 pandas tabulate
|
||||
|
||||
- name: Run markdown-code-runner
|
||||
run: uv run markdown-code-runner --verbose README.md
|
||||
|
||||
- name: Run update services.yaml
|
||||
run: uv run python .github/update-services.py
|
||||
|
||||
- name: Run update strings.json
|
||||
run: uv run python .github/update-strings.py
|
||||
- name: Run sync script
|
||||
run: ./scripts/sync-strings
|
||||
|
||||
- name: Commit updated README.md, strings.json, and services.yaml
|
||||
id: commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue