3 releases
0.1.3 | Apr 27, 2024 |
---|---|
0.1.2 | Apr 8, 2024 |
0.1.1 | Mar 23, 2024 |
0.1.0 |
|
#366 in Authentication
28KB
162 lines
grawler
Check PR and issue URLs state
For a list of supported websites, check out this repo
Usage
Check all files:
grawler check
Setup a pre-commit hook:
grawler setup-hook
You can specify tokens for increased rate limits:
GITHUB_TOKEN=`gh auth token` grawler check
Integrate with Github Workflows:
- run: wget https://github.com/mrtnvgr/grawler/releases/latest/download/grawler
- run: chmod +x grawler; ./grawler check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Installation
cargo install grawler
Dependencies
~18–31MB
~550K SLoC