File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 APP_TITLE : ${{ vars.APP_TITLE }}
11+ APP_UNIFIED_API_ENDPOINT : ${{ vars.APP_UNIFIED_API_ENDPOINT }}
1112 GITHUB_WORKFLOW : true
1213
1314jobs :
5657
5758 - name : Run knip
5859 run : pnpm lint:unused
60+
61+ # NOTE:we don't need it for now
5962 # typecheck:
6063 # name: Typecheck
6164 # environment: 'test'
98101
99102 # - name: Lint Javascript
100103 # run: pnpm lint:js
104+
101105 css-lint :
102106 name : Lint CSS
103107 environment : ' test'
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ services:
88 command : sh -c 'pnpm install && pnpm start --host'
99 environment :
1010 APP_TITLE : ${APP_TITLE:-Unified Notes}
11+ APP_UNIFIED_API_ENDPOINT : ${APP_UNIFIED_API_ENDPOINT:-https://notes-api.local.togglecorp.com/}
1112 volumes :
1213 - .:/code
1314 ports :
You can’t perform that action at this time.
0 commit comments