Skip to content

Commit

Permalink
docs: remove TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 22, 2024
1 parent e721d36 commit a36392d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ GITHUB_TOKEN=`gh auth token` grawler check
Integrate with Github Workflows:

```yaml
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall grawler -y --force
- run: grawler check
- run: wget https://github.com/mrtnvgr/grawler/releases/latest/download/grawler
- run: chmod +x grawler; ./grawler check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -39,7 +38,3 @@ Integrate with Github Workflows:
```
cargo install grawler
```

## TODO

- [ ] Template for Github Workflows

0 comments on commit a36392d

Please sign in to comment.