You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ jobs:
54
54
55
55
- name: Static check if css is compatible with the required browsers
56
56
run: |
57
-
npm run doiuse | sed 's/[^:]*://' > doiuse-report.txt
57
+
npm run doiuse | sed 's/[^:]*:|> *//' > doiuse-report.txt
58
58
cat doiuse-report.txt
59
59
diff doiuse-report.txt doiuse-report.baseline.txt || (echo 'Problem: Build includes CSS that is not compatible with the required browsers. Please check the report above!' && exit 1)
0 commit comments