Explorar el Código

ci: update java

flutter-beta
Julian Steenbakker hace 4 años
committed by GitHub
padre
commit
39a7aeb873
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      .github/workflows/dart.yml

+ 3
- 2
.github/workflows/dart.yml Ver fichero

@@ -11,7 +11,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2.5.0
with:
java-version: '12.x'
distribution: 'temurin'
java-version: '11'
- uses: subosito/flutter-action@v2.3.0
- name: Version
run: flutter doctor -v
@@ -20,4 +21,4 @@ jobs:
- name: Format
run: flutter format -n --set-exit-if-changed .
- name: Linter
run: flutter analyze
run: flutter analyze

Cargando…
Cancelar
Guardar