We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65299a7 commit 2ad3838Copy full SHA for 2ad3838
.github/workflows/ci.yml
@@ -17,3 +17,8 @@ jobs:
17
run: npm ci --timing
18
- name: Lint javascript
19
run: npm run lint
20
+ - name: Validate minification uses script
21
+ run: |
22
+ npm run minify
23
+ git diff --exit-code Universal-Federated-Analytics-Min.js
24
+
0 commit comments