Skip to content

Bump black from 22.3.0 to 24.3.0 #408

Bump black from 22.3.0 to 24.3.0

Bump black from 22.3.0 to 24.3.0 #408

Workflow file for this run

name: "build, test"
on:
pull_request:
push:
defaults:
run:
working-directory: ./app
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run 'cabal build'
- run: nix-shell --run 'cabal test'