Skip to content

Commit

Permalink
feat(ci): Add lychee and fix broken links (#110)
Browse files Browse the repository at this point in the history
Closes #108
  • Loading branch information
jubnzv authored Aug 27, 2024
1 parent 65a77da commit 31c0605
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
sudo apt update
sudo apt install souffle
- name: Check broken links
uses: lycheeverse/lychee-action@v1
with:
args: src/ test/ examples/ bin/ benchmarks/ scripts/ README.md RELEASE.md CONTRIBUTING.md HACKING.md
output: /tmp/lychee.txt
fail: true

- name: Spellcheck code base
run: |
yarn spell
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See: https://nowarp.github.io/docs/misti/docs/hacking/contributing
See: https://nowarp.github.io/tools/misti/docs/hacking/contributing
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ npx misti test/projects/simple/tactConfig.json
* **Custom Detectors:** Create custom detectors to solve specific problems in your code or to provide a thorough security review if you are an auditor.

## Resources
* [Misti Documentation](https://nowarp.github.io/docs/misti/) provides a detailed overview of the built-in detectors, the architecture of the analyzer, and developer documentation.
* [Misti API Reference](https://nowarp.github.io/docs/misti/api) is useful if you are going to contribute or create your own detectors to streamline your audit.
* [Misti Documentation](https://nowarp.github.io/tools/misti/) provides a detailed overview of the built-in detectors, the architecture of the analyzer, and developer documentation.
* [Misti API Reference](https://nowarp.github.io/tools/misti/api) is useful if you are going to contribute or create your own detectors to streamline your audit.
* [Misti Blueprint Plugin](https://github.com/nowarp/blueprint-misti) is a plugin for the Blueprint Framework that simplifies your workflow with Misti.

## Community
Expand Down

0 comments on commit 31c0605

Please sign in to comment.