We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65299a7 commit 1a677d6Copy full SHA for 1a677d6
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
5
jobs:
6
- lint:
+ build:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Code Checkout
@@ -17,3 +17,8 @@ jobs:
17
run: npm ci --timing
18
- name: Lint javascript
19
run: npm run lint
20
+ - name: Verify minification uses script
21
+ run: |
22
+ npm run minify
23
+ git diff --exit-code Universal-Federated-Analytics-Min.js Universal-Federated-Analytics-Min.js.map
24
+
0 commit comments