Skip to content

Update example code in README.md (#590) #200

Update example code in README.md (#590)

Update example code in README.md (#590) #200

Workflow file for this run

name: Format
on:
push:
branches:
- master
pull_request:
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run "fourmolu -m check ."