Skip to content

Commit a9dce4f

Browse files
authored
Update dev-robgruen-android_typeagent.yml
1 parent 50e78af commit a9dce4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/dev-robgruen-android_typeagent.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ 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:

0 commit comments

Comments
 (0)