Skip to content

Github actions from https://github.com/freckle/stack-action #7

Github actions from https://github.com/freckle/stack-action

Github actions from https://github.com/freckle/stack-action #7

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
jobs:
test:
strategy:

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 10, Col: 5): Required property is missing: runs-on
matrix:
runner:
- ubuntu-latest
- macOS-latest
- windows-latest
stack-yaml:
- stack.yaml
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: freckle/stack-cache-action@main
with:
stack-yaml: ${{ matrix.stack-yaml }}
- uses: freckle/stack-action@main
with:
stack-yaml: ${{ matrix.stack-yaml }}