Skip to content

Commit 2c0c1ec

Browse files
authored
chore(react-icons): setup linting and add griffel rules to enforce .styles pattern (#865)
* chore(react-icons): setup linting and add griffel rules to enforce .styles pattern * ci: add time measurement
1 parent a950257 commit 2c0c1ec

File tree

4 files changed

+2243
-152
lines changed

4 files changed

+2243
-152
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,10 @@ jobs:
155155

156156
- run: npm ci
157157

158-
- name: Build @fluentui/react-icons
158+
- name: Lint/Test/Build @fluentui/react-icons
159159
run: |
160-
npm run build
160+
time npm run lint
161+
time npm run build
161162
npm run build:verify
162163
working-directory: packages/react-icons
163164

0 commit comments

Comments
 (0)