From fc86ab60cb94c08734e93d5ba704a59667224797 Mon Sep 17 00:00:00 2001 From: Wes Johnson Date: Sat, 10 Feb 2024 11:34:01 -0500 Subject: [PATCH] update workflow to run sort script --- .github/workflows/gen-killed-in-gaza.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/gen-killed-in-gaza.yml b/.github/workflows/gen-killed-in-gaza.yml index 90a80843..dc7a10e8 100644 --- a/.github/workflows/gen-killed-in-gaza.yml +++ b/.github/workflows/gen-killed-in-gaza.yml @@ -35,6 +35,11 @@ jobs: - name: install dependencies run: bun install + - name: sort dict csvs + run: | + bun run sort-list-csvs scripts/data/common/killed-in-gaza/data/dict_ar_en.csv + bun run sort-list-csvs scripts/data/common/killed-in-gaza/data/dict_ar_ar.csv + - name: run scripts & diff run: | python scripts/data/common/killed-in-gaza/generate_killed_list.py