reduce some busywork

This commit is contained in:
Austin Burk
2023-01-11 11:30:28 -05:00
parent 302472e33c
commit 215add3131
2 changed files with 15 additions and 0 deletions

View File

@ -18,6 +18,12 @@ jobs:
- name: Generate todo.txt
run: |-
comm -23 <(sort -u data/current.txt) <(awk -F= '{print $1}' data/identified.txt |sort -u) | sort -u > data/todo.txt
- name: Check IMSB
run: |-
./scripts/check_imsb.sh
- name: Generate todo.txt (again)
run: |-
comm -23 <(sort -u data/current.txt) <(awk -F= '{print $1}' data/identified.txt |sort -u) | sort -u > data/todo.txt
- name: Generate merged.txt
run: |-
npm run update-merged