Skip to content

Commit

Permalink
Merge pull request #262 from turion/dev_ci
Browse files Browse the repository at this point in the history
Use haskell-actions for fourmolu
  • Loading branch information
turion authored Nov 14, 2023
2 parents 6aa8e3e + 13a568f commit 4ae5c99
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: haskell-actions/run-fourmolu@v9
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Set up and run fourmolu
run: |
nix shell nixpkgs#haskellPackages.fourmolu --command fourmolu --mode check .
version: "0.11.0.0"

generateMatrix:
name: "Generate matrix from cabal"
Expand Down

0 comments on commit 4ae5c99

Please sign in to comment.