Skip to content

kind-projector: 0.13.2 -> 0.13.3 (#872) #55

kind-projector: 0.13.2 -> 0.13.3 (#872)

kind-projector: 0.13.2 -> 0.13.3 (#872) #55

name: examples-http4s
on:
push:
paths:
- '.github/workflows/examples-http4s.yml'
- 'examples/http4s/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-22.11
- uses: workflow/nix-shell-action@v3
with:
script: |
cd examples/http4s
nix-shell --run 'sbt "Jetty / test"'