ci: check for typos in the source tree

This commit is contained in:
raf 2024-11-26 11:20:34 +03:00
commit 0e14e8008b
Signed by: NotAShelf
GPG key ID: AF26552424E53993
3 changed files with 33 additions and 1 deletions

View file

@ -15,7 +15,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh api \
repos/notashelf/neovim-flake/pulls/${{github.event.number}}/files --paginate \
repos/notashelf/nvf/pulls/${{github.event.number}}/files --paginate \
| jq '.[] | select(.status != "removed") | .filename' \
> "$HOME/changed_files"