attempting fix
This commit is contained in:
parent
2c487e81cb
commit
552bfa3517
1 changed files with 9 additions and 3 deletions
12
.github/workflows/integrate.yaml
vendored
12
.github/workflows/integrate.yaml
vendored
|
|
@ -17,21 +17,27 @@ on:
|
|||
jobs:
|
||||
check-formatting:
|
||||
runs-on: ubuntu-latest
|
||||
uses: ./prepare-nix.yml
|
||||
uses: ./.github/workflows/prepare-nix.yml
|
||||
secrets:
|
||||
CACHIX_KEY: ${{ secrets.CACHIX_KEY }}
|
||||
steps:
|
||||
- run: ./.github/format.sh
|
||||
name: Run fourmolu
|
||||
|
||||
run-linter:
|
||||
runs-on: ubuntu-latest
|
||||
uses: ./prepare-nix.yml
|
||||
uses: ./.github/workflows/prepare-nix.yml
|
||||
secrets:
|
||||
CACHIX_KEY: ${{ secrets.CACHIX_KEY }}
|
||||
steps:
|
||||
- run: nix run nixpkgs#hlint -- $(git ls-tree -r HEAD --full-tree --name-only | grep -E '.*\.hs')
|
||||
name: Run hlint
|
||||
|
||||
check-build:
|
||||
runs-on: ubuntu-latest
|
||||
uses: ./prepare-nix.yml
|
||||
uses: ./.github/workflows/prepare-nix.yml
|
||||
secrets:
|
||||
CACHIX_KEY: ${{ secrets.CACHIX_KEY }}
|
||||
steps:
|
||||
- name: Add cabal folder to cache
|
||||
id: cabal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue