Skip to content

Commit

Permalink
[auth] Verify that the custom icon JSON is valid as part of lint checks
Browse files Browse the repository at this point in the history
Purposely opening this PR against a known bad state to verify that the check
catches this issue.
  • Loading branch information
mnvr committed Mar 6, 2024
1 parent 024c45e commit d316a30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auth-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d316a30

Please sign in to comment.