Skip to content

Commit

Permalink
Add Haskell Language Server check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Jun 21, 2024
1 parent 8edd9d5 commit 31d7b9f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/hls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Haskell Language Server works"
on:
pull_request:
push:
branches:
- main

permissions:
contents: read

jobs:
test-nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: cachix/install-nix-action@daddc62a2e67d1decb56e028c9fa68344b9b7c2a
with:
nix_path: nixpkgs=channel:nixos-23.11
- run: nix develop --command bash -c "haskell-language-server"

0 comments on commit 31d7b9f

Please sign in to comment.