agora/.github/format.sh
2022-02-09 15:18:53 +00:00

5 lines
176 B
Bash
Executable file

#!/bin/bash
nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz \
-p haskellPackages.fourmolu \
--run 'make format_check'