Skip to content

Bump mocktail from 1.0.1 to 1.0.2 (#40) #66

Bump mocktail from 1.0.1 to 1.0.2 (#40)

Bump mocktail from 1.0.1 to 1.0.2 (#40) #66

Workflow file for this run

name: hotelyn
on: [pull_request, push]
jobs:
steps:
- uses: actions/checkout@v3

Check failure on line 7 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
- uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "11"
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.6"
- run: flutter pub get
- run: flutter test