Merge pull request #1004 from yutkat/dev

Update CI
pull/1005/head
Yuta Katayama 10 months ago committed by GitHub
commit 69f1ea427d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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