pull/3/head
Yuta Katayama 2 years ago
parent 2a3cfac3a4
commit dbc4ddd56f
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -13,16 +13,16 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
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
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
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 ca-certificates
- run: >
grep '](https://github.com' README.md |
sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' |
xargs -I {} gh api repos/{} --jq '.name + ": " + (.archived|tostring)' > archived_check_list.txt
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: >
grep ": true" archived_check_list.txt
- run: >

@ -8,6 +8,7 @@
## Rules for making
- This list is my hobby project. There is no particular fairness or transparency.
- Only for Neovim plugins. Vim script-made plugin and plugin that also work with Vim are excluded.
- Put competing plugins in the same category for ease of selection.
- The one at the top of the category is my recommendation.

Loading…
Cancel
Save