Skip to content

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
# defaults:
# run:
# working-directory: testing
jobs:
test:
strategy:
matrix:
runner:
- ubuntu-latest
- macOS-latest
# - windows-latest
stack-yaml:
- stack.yaml
fail-fast: false
# runs-on: ${{ matrix.runner }}
steps:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 32
- 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 }}