From 2fd91a5320341884ecd4e3de97134fdba29ba4ef Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Mon, 12 Sep 2022 14:13:30 -0400 Subject: [PATCH] Verify documentation is up to date on CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0233b73a..59604eeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,7 @@ jobs: bundler-cache: true - name: Lint Ruby files run: bin/rubocop + - name: Verify documentation is up to date + run: bundle exec rake generate_cops_documentation - name: Run tests run: bin/rspec