From b54fac90701a850e9dd95af6bdc0fbd92d4d25f6 Mon Sep 17 00:00:00 2001 From: Matt Palmer Date: Sun, 28 Apr 2024 07:05:24 +1000 Subject: [PATCH] Check docs on QA --- .github/workflows/audit.yml | 2 +- .github/workflows/qa.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 571e983..3f7ba19 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,4 +1,4 @@ -name: Security audit +name: Periodic audit on: schedule: - cron: "0 0 * * *" diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index a0706be..ea820cc 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -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