Skip to content

[chore] kleidukus/get-tested #2

[chore] kleidukus/get-tested

[chore] kleidukus/get-tested #2

Workflow file for this run

name: Build cabal-audit with many ghc versions

Check failure on line 1 in .github/workflows/haskell-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/haskell-ci.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
generate-matrix:
name: "Generate matrix from cabal"
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
runs-on: ubuntu-latest
steps:
- name: Extract the tested GHC versions
id: set-matrix
uses: kleidukos/[email protected]
with:
cabal-file: cabal-audit.cabal
ubuntu-version: "latest"
macos-version: "latest"
windows-version: "latest"
version: 0.1.7.0
tests:
name: ${{ matrix.ghc }} on ${{ matrix.os }}
needs: generate-matrix
runs-on: ${{ matrix.os }}
strategy:
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}