Skip to content

Commit

Permalink
[auth] Verify that the custom icon JSON is valid as part of lint chec…
Browse files Browse the repository at this point in the history
…ks (#698)

## Tested by

Purposely opening this PR against a known bad state to verify that the
check catches this issue. And it worked.

<img width="590" alt="Screenshot 2024-03-06 at 14 04 40"
src="https://github.com/ente-io/ente/assets/24503581/e67bac5c-4191-4497-a771-b73f7c850379">

Have now rebased the PR of main, to also check that the verification
succeeds in a known good state.
  • Loading branch information
mnvr authored Mar 6, 2024
2 parents 47f6b9b + d316a30 commit 3c53381
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 3c53381

Please sign in to comment.