Skip to content

Merge pull request #510 from profunktor/update/mdoc-2.7.1 #947

Merge pull request #510 from profunktor/update/mdoc-2.7.1

Merge pull request #510 from profunktor/update/mdoc-2.7.1 #947

Workflow file for this run

name: Scala
on:
pull_request: {}
push:
branches:
- series/2.x
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: "Cache for sbt & coursier ♨️"
uses: coursier/cache-action@v6.4
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v31
- name: "Run with ${{ matrix.java }} 🚀"
run: nix develop -c sbt 'clean;mdoc;+test;+mimaReportBinaryIssues'