18
18
- name : Install bun
19
19
uses : oven-sh/setup-bun@v1
20
20
21
+ - name : Install lint dependencies
22
+ run : bun install
23
+
24
+ - name : Run lint
25
+ run : bun run lint
26
+
21
27
- name : Install dependencies (bun)
22
28
working-directory : ' ./packages/internarbeidsflate-decorator-v3'
23
29
run : bun install
@@ -34,20 +40,20 @@ jobs:
34
40
if : github.ref == 'refs/heads/dev'
35
41
uses : nais/deploy/actions/cdn-upload/v2@master
36
42
with :
37
- team : personoversikt
38
- source : ./packages/internarbeidsflate-decorator-v3/dist/
39
- destination : /internarbeidsflate-decorator-v3/dev/latest
40
- no_cache_paths : " internarbeidsflate-decorator-v3/dev/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/dev/latest/dist/bundle.js,internarbeidsflate-decorator-v3/dev/latest/dist/index.css"
41
- identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
42
- project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
43
+ team : personoversikt
44
+ source : ./packages/internarbeidsflate-decorator-v3/dist/
45
+ destination : /internarbeidsflate-decorator-v3/dev/latest
46
+ no_cache_paths : ' internarbeidsflate-decorator-v3/dev/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/dev/latest/dist/bundle.js,internarbeidsflate-decorator-v3/dev/latest/dist/index.css'
47
+ identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
48
+ project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
43
49
44
50
- name : Upload to CDN prod path
45
51
if : github.ref == 'refs/heads/master'
46
52
uses : nais/deploy/actions/cdn-upload/v2@master
47
53
with :
48
- team : personoversikt
49
- source : ./packages/internarbeidsflate-decorator-v3/dist/
50
- destination : /internarbeidsflate-decorator-v3/prod/latest
51
- no_cache_paths : " internarbeidsflate-decorator-v3/prod/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/prod/latest/dist/bundle.js,internarbeidsflate-decorator-v3/prod/latest/dist/index.css"
52
- identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
53
- project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
54
+ team : personoversikt
55
+ source : ./packages/internarbeidsflate-decorator-v3/dist/
56
+ destination : /internarbeidsflate-decorator-v3/prod/latest
57
+ no_cache_paths : ' internarbeidsflate-decorator-v3/prod/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/prod/latest/dist/bundle.js,internarbeidsflate-decorator-v3/prod/latest/dist/index.css'
58
+ identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
59
+ project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
0 commit comments