Skip to content

Commit d64c976

Browse files
committed
chore: cleaned up
1 parent 3ca70c4 commit d64c976

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/code_quality.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ jobs:
106106
- name: Checkout ⬇️
107107
uses: actions/checkout@v3
108108

109+
- name: Setup Java 17
110+
uses: actions/setup-java@v3
111+
with:
112+
distribution: 'temurin'
113+
java-version: '17'
114+
109115
- name: Build Example Project 🛠
110116
uses: subosito/flutter-action@v2
111117
with:

0 commit comments

Comments
 (0)