diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a2c4851..5233010 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: 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 + apt-get install -y gh ca-certificates curl - run: > grep '](https://github.com' README.md [a-z]*.md | sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' | @@ -27,13 +27,14 @@ jobs: grep ": true" archived_check_list.txt || true - run: > test $(grep ': true' archived_check_list.txt | wc -l) -le 0 - - run: > - grep '](https://github.com' README.md [a-z]*.md | - sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' | - xargs -P100 -I {} bash -c "curl -f -s -o /dev/null https://github.com/{} || echo {} >> removed_check_list.txt" - env: - GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - - run: > - cat removed_check_list.txt - - run: > - test $(cat removed_check_list.txt | wc -l) -le 0 + # curl 429 too many requests + # - run: > + # grep '](https://github.com' README.md [a-z]*.md | + # sed -re 's/^.*\]\(https:\/\/github.com\/([^\)]*).*/\1/' | + # xargs -P100 -I {} bash -c "curl -fsSL -o /dev/null https://github.com/{} || echo {} >> removed_check_list.txt" + # env: + # GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + # - run: > + # cat removed_check_list.txt + # - run: > + # test $(cat removed_check_list.txt | wc -l) -le 0 diff --git a/Archived.md b/Archived.md index 054316f..fae23ca 100644 --- a/Archived.md +++ b/Archived.md @@ -1,3 +1,4 @@ +- [utilyre/spoon.nvim](https://github.com/utilyre/spoon.nvim) ![](https://img.shields.io/github/stars/utilyre/spoon.nvim) ![](https://img.shields.io/github/last-commit/utilyre/spoon.nvim) ![](https://img.shields.io/github/commit-activity/y/utilyre/spoon.nvim) - [stumash/sequence.nvim](https://github.com/stumash/sequence.nvim) ![](https://img.shields.io/github/stars/stumash/sequence.nvim) ![](https://img.shields.io/github/last-commit/stumash/sequence.nvim) ![](https://img.shields.io/github/commit-activity/y/stumash/sequence.nvim) - [Pocco81/NoCLC.nvim](https://github.com/Pocco81/NoCLC.nvim) ![](https://img.shields.io/github/stars/Pocco81/NoCLC.nvim) ![](https://img.shields.io/github/last-commit/Pocco81/NoCLC.nvim) ![](https://img.shields.io/github/commit-activity/y/Pocco81/NoCLC.nvim) - [kevinhwang91/nvim-hclipboard](https://github.com/kevinhwang91/nvim-hclipboard) ![](https://img.shields.io/github/stars/kevinhwang91/nvim-hclipboard) ![](https://img.shields.io/github/last-commit/kevinhwang91/nvim-hclipboard) ![](https://img.shields.io/github/commit-activity/y/kevinhwang91/nvim-hclipboard) diff --git a/snippet_template.md b/snippet_template.md index 7715221..a8e599f 100644 --- a/snippet_template.md +++ b/snippet_template.md @@ -15,7 +15,6 @@ #### Snippet definitions -- [utilyre/spoon.nvim](https://github.com/utilyre/spoon.nvim) ![](https://img.shields.io/github/stars/utilyre/spoon.nvim) ![](https://img.shields.io/github/last-commit/utilyre/spoon.nvim) ![](https://img.shields.io/github/commit-activity/y/utilyre/spoon.nvim) - [rafamadriz/friendly-snippets](https://github.com/rafamadriz/friendly-snippets) ![](https://img.shields.io/github/stars/rafamadriz/friendly-snippets) ![](https://img.shields.io/github/last-commit/rafamadriz/friendly-snippets) ![](https://img.shields.io/github/commit-activity/y/rafamadriz/friendly-snippets) #### Snippet converter