mirror of
https://github.com/yutkat/my-neovim-pluginlist.git
synced 2024-11-18 09:25:31 +00:00
Fix CI
This commit is contained in:
parent
1a3199a7a6
commit
c94cc948c8
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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…
Reference in New Issue
Block a user