mirror of
https://github.com/yutkat/my-neovim-pluginlist.git
synced 2024-11-18 09:25:31 +00:00
Update
This commit is contained in:
parent
c86dac828a
commit
4adf4f5e42
2
.github/workflows/count-account.yml
vendored
2
.github/workflows/count-account.yml
vendored
@ -22,6 +22,6 @@ jobs:
|
||||
apt update
|
||||
apt-get install -y gh ca-certificates
|
||||
- run: >
|
||||
grep '](https://github.com' README.md [a-z]*.md | sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' | xargs -I {} dirname {} | sort | uniq -c | sort -n -r
|
||||
grep '](https://github.com' [a-z]*.md | sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' | xargs -I {} dirname {} | sort | uniq -c | sort -n -r
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
apt update
|
||||
apt-get install -y gh jq ca-certificates curl
|
||||
- run: >
|
||||
grep '](https://github.com' README.md [a-z]*.md |
|
||||
grep '](https://github.com' [a-z]*.md |
|
||||
sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' |
|
||||
xargs -I {} bash -c "echo -n \"{}: \"; gh api repos/{} 2>/dev/null | jq -r '(.archived|tostring)'" | tee archived_check_list.txt
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user