From d316a3049c545dd22720462a9ca3bf589fa113e5 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 6 Mar 2024 14:01:37 +0530 Subject: [PATCH] [auth] Verify that the custom icon JSON is valid as part of lint checks Purposely opening this PR against a known bad state to verify that the check catches this issue. --- .github/workflows/auth-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auth-lint.yml b/.github/workflows/auth-lint.yml index 7c37a51d2..fff7fb75f 100644 --- a/.github/workflows/auth-lint.yml +++ b/.github/workflows/auth-lint.yml @@ -35,3 +35,6 @@ jobs: - run: flutter pub get - run: flutter analyze --no-fatal-infos + + - name: Verify custom icon JSON + run: cat assets/custom-icons/_data/custom-icons.json | jq empty