From af13ea88c2eee36d360b7da2129c124beb305ac2 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 3 Sep 2024 00:25:24 -0400 Subject: [PATCH] chore: also test rule-tester in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f86e1650c84e..d933da89b0da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,6 +170,7 @@ jobs: 'eslint-plugin', 'eslint-plugin-internal', 'parser', + 'rule-tester', 'rule-schema-to-typescript-types', 'scope-manager', 'type-utils',