Skip to content

Put haskell-ci action in README.md #2

Put haskell-ci action in README.md

Put haskell-ci action in README.md #2

Workflow file for this run

name: "nix"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build