Skip to content

Commit

Permalink
Check docs on QA
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer committed Apr 27, 2024
1 parent 3e2f27e commit b54fac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Security audit
name: Periodic audit
on:
schedule:
- cron: "0 0 * * *"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
run: |
cargo +${{ steps.rust-install.outputs.name }} clippy -- -D warnings
- name: Check docs
run: |
cargo +${{ steps.rust-install.outputs.name }} rustdoc -- -D warnings
- name: Shellcheck
uses: ludeeus/action-shellcheck@master

Expand Down

0 comments on commit b54fac9

Please sign in to comment.