From 7569d62d5f735c143c76cb6f59703f9a7edd70a7 Mon Sep 17 00:00:00 2001 From: David Boike Date: Sat, 10 Feb 2024 16:40:46 -0600 Subject: [PATCH] Use run-tests-action integrity tests --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05d6fc6123..34a617f086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,3 +40,11 @@ jobs: retention-days: 7 - name: Run tests uses: Particular/run-tests-action@v1.6.0 + repo-integrity: + name: Repo Integrity + runs-on: ubuntu-22.04 + steps: + - name: Checkout + uses: actions/checkout@v4.1.1 + - name: Repo integrity tests + uses: Particular/repo-integrity-action@main