Skip to content

Commit ff83f9c

Browse files
authored
Update dev-robgruen-android_typeagent.yml
1 parent 27b25b4 commit ff83f9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dev-robgruen-android_typeagent.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ jobs:
6161
working-directory: ts
6262
run: |
6363
npm run test
64-
# - name: Lint
65-
# if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
66-
# working-directory: ts
67-
# run: |
68-
# npm run lint
64+
- name: Lint
65+
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
66+
working-directory: ts
67+
run: |
68+
npm run lint
6969
- name: Upload artifact for deployment job
7070
uses: actions/[email protected]
7171
with:
7272
name: node-app
7373
path: |
7474
./ts/packages/api
7575
.ts/packages/shell
76-
compression-level: 9
76+
compression-level: 0
7777

7878
deploy:
7979
runs-on: windows-latest

0 commit comments

Comments
 (0)