Skip to content

Test hls 1.6.1.0

Test hls 1.6.1.0 #24

Workflow file for this run

---
name: build
on: push
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
os:
# - macos-latest
- ubuntu-latest
test:
- plugin: cabal
command: cabal --version
- plugin: ghc
command: ghc --version
- plugin: hls
command: haskell-language-server-wrapper --version
- plugin: hls
version: 1.6.1.0
command: haskell-language-server-wrapper --version
- plugin: stack
command: stack --version
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
- uses: asdf-vm/actions/plugin-test@v3
with:
command: ${{ matrix.test.command }}
plugin: ${{ matrix.test.plugin }}
version: ${{ matrix.test.version || 'latest' ||

Check failure on line 36 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 36, Col: 20): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.