Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 773 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 773 Bytes

grawler

Build

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