Skip to content

[workflow]: test flutter workflow #1

[workflow]: test flutter workflow

[workflow]: test flutter workflow #1

Workflow file for this run

name: Build kotoba
on:
push:
branches:
main
jobs:
build:
name: Release for android

Check failure on line 10 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Build kotoba

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 10, Col: 5): Required property is missing: runs-on
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml # path to pubspec.yaml
- run: flutter pub get
- run: flutter build apk