mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Fix workflow file
- Checkout submodules
This commit is contained in:
parent
037564c6a3
commit
5f393bf43e
1 changed files with 8 additions and 3 deletions
11
.github/workflows/lint.yaml
vendored
11
.github/workflows/lint.yaml
vendored
|
|
@ -16,11 +16,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Checkout submodules
|
||||
uses: textbook/git-checkout-submodule-action@master
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '12.x'
|
||||
- uses: subosito/flutter-action@v1
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
flutter-version: '2.2.3'
|
||||
- run: flutter pub get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue