From eb35eefe7c0d18f14cf5f910b6be9912146f54c5 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Mon, 29 Apr 2024 08:29:49 -0400 Subject: [PATCH] Validate RBI config in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea10546a..6f05ad90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ jobs: with: ruby-version: 3.2 bundler-cache: true + # This repo doesn't contain any RBIs, but we can stil verify the with by passing an arbitrary directory + - name: Validate RBI config + run: bin/rubocop --config config/rbi.yml config - name: Lint Ruby files run: bin/rubocop - name: Verify documentation is up to date