Skip to content

Update bson to 5.1.2 #69

Update bson to 5.1.2

Update bson to 5.1.2 #69

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [master, main]
jobs:
build:
name: Build and Test
runs-on: ubuntu-22.04
steps:
- name: Checkout current branch (full)
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Build project
run: sbt test