pull/1105/head
Yuta Katayama 7 months ago
parent 1a3199a7a6
commit c94cc948c8
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -17,7 +17,7 @@ jobs:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null
apt update
apt-get install -y gh jq ca-certificates curl
- run: >
- run: |
grep '](https://github.com' [a-z]*.md | sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' > /tmp/repos.txt
./.github/scripts/archive_check.sh /tmp/repos.txt
env:

Loading…
Cancel
Save