Skip to content

fix: whitespace

fix: whitespace #2

Workflow file for this run

on:
push:
branches:
- main
- development
pull_request:
branches:
- main
jobs:
test-install:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: ./
with: stable

Check failure on line 19 in .github/workflows/run.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run.yml

Invalid workflow file

The workflow is not valid. .github/workflows/run.yml (Line: 19, Col: 13): Unexpected value 'stable'
- run: flutter --version