Skip to content

Commit

Permalink
update workflow to run sort script
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed Feb 10, 2024
1 parent 6173f79 commit fc86ab6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gen-killed-in-gaza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc86ab6

Please sign in to comment.