Skip to content

Commit

Permalink
chore: cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 4, 2024
1 parent 3ca70c4 commit d64c976
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ jobs:
- name: Checkout ⬇️
uses: actions/checkout@v3

- name: Setup Java 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Build Example Project 🛠
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit d64c976

Please sign in to comment.