mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06: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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout code
|
||||||
- uses: actions/setup-java@v1
|
uses: actions/checkout@v2
|
||||||
|
- name: Checkout submodules
|
||||||
|
uses: textbook/git-checkout-submodule-action@master
|
||||||
|
- name: Setup Java
|
||||||
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1
|
- name: Setup Flutter
|
||||||
|
uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
flutter-version: '2.2.3'
|
flutter-version: '2.2.3'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue