Skip to content

config: fix github action #71

config: fix github action

config: fix github action #71

Workflow file for this run

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

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