We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be6adf commit 86cb40eCopy full SHA for 86cb40e
.github/workflows/ci.yml
@@ -39,6 +39,10 @@ jobs:
39
cache-dependency-path: './assets/package-lock.json'
40
node-version: 20
41
42
+ - name: Install npm dependencies
43
+ run: npm ci
44
+ working-directory: ./assets
45
+
46
- name: Restore the deps and _build cache
47
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
48
id: restore-cache
@@ -66,10 +70,6 @@ jobs:
66
70
- name: Check Formatting (Elixir)
67
71
run: mix format --check-formatted
68
72
69
- - name: Install npm dependencies
- run: npm ci
- working-directory: ./assets
-
73
- name: Check Formatting (JS)
74
run: npm run lint:standard
75
working-directory: ./assets
0 commit comments