Update CI

pull/1004/head
Yuta Katayama 9 months ago
parent dab1fdb9c0
commit fd88a10720
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -22,13 +22,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: >
grep ":true" archived_check_list.txt | cut -d ":" -f 1 | sed 's/^/https:\/\/github.com\//'
grep ":true\|:null" archived_check_list.txt | cut -d ":" -f 1 | sed 's/^/https:\/\/github.com\//'
- run: >
test $(grep ':true' archived_check_list.txt | wc -l) -le 0
- run: >
grep ":null" archived_check_list.txt | cut -d ":" -f 1 | sed 's/^/https:\/\/github.com\//'
- run: >
test $(grep ':null' archived_check_list.txt | wc -l) -le 0
test $(grep ':true\|:null' archived_check_list.txt | wc -l) -le 0
# curl 429 too many requests
# - run: >
# grep '](https://github.com' README.md [a-z]*.md |

Loading…
Cancel
Save