Skip to content

Commit 82e116e

Browse files
committed
Fix lint workflow: build cdk-build-tools first
1 parent 67512ce commit 82e116e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint-fix-push-working.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636

3737
- run: yarn install --frozen-lockfile
3838

39+
- name: Build cdk-build-tools
40+
run: |
41+
cd tools/@aws-cdk/cdk-build-tools
42+
yarn build
43+
continue-on-error: true
44+
3945
- name: Lint fix aws-cdk-lib
4046
working-directory: packages/aws-cdk-lib
4147
run: yarn lint --fix

0 commit comments

Comments
 (0)