Skip to content

Commit f9a230d

Browse files
committed
Add trusted type check to lint workflow
1 parent a90255a commit f9a230d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
run: yarn
3232
- name: yarn lint
3333
run: yarn lint
34+
- name: yarn trusted-type-check
35+
run: yarn trusted-type-check

0 commit comments

Comments
 (0)