Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
utpal-barman committed Oct 15, 2024
1 parent 69cc5ec commit 6737d8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: 📚 Git Checkout
uses: actions/checkout@v4

- name: ♨️ Setup Java
uses: actions/setup-java@v1
with:
java-version: '12.x'

- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 6737d8f

Please sign in to comment.