Skip to content

ci: move workflow file to its proper location #1

ci: move workflow file to its proper location

ci: move workflow file to its proper location #1

Workflow file for this run

name: Main
on: [push, pull_request]
jobs:
linting:
steps:

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

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 7, Col: 5): Required property is missing: runs-on
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.4
- name: Run analysis
run: flutter analyze