Skip to content

Commit

Permalink
Add usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed May 7, 2024
1 parent f2e694b commit 1589e67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ lint check is a necessary but not sufficient condition for full compliance.
Usage:

```sh
$ TODO
$ go run . /path/to/cps.md
heading "### 3.1.3 Anonymity or pseudonymity of subscribers" found out-of-order on line 199
heading "### 4.4.2 Publication of the certificate by the CA" not found
empty section found at line 71
empty section found at line 272
exit status 1
```

This tool is used by GitHub Actions to check every PR against this repo.
Expand Down

0 comments on commit 1589e67

Please sign in to comment.