From a1276706a2c8825b7503c026e26f63d7f6521d6f Mon Sep 17 00:00:00 2001 From: Daniel Widgren Date: Thu, 26 Mar 2026 23:38:13 +0100 Subject: [PATCH] chore: disable eqWAlize CI check eqwalizer_support was removed in #20 for Hex compatibility. Without it, eqWAlize reports expected type errors. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d7ce2..a20d7fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: enable-audit: false enable-coverage: true enable-elp-lint: true - enable-elp-eqwalize: true + enable-elp-eqwalize: false enable-sbom: true enable-sbom-scan: true enable-dependency-submission: true