[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.
This commit is contained in:
parent
024c45ec5c
commit
d316a3049c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/auth-lint.yml
vendored
3
.github/workflows/auth-lint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue