Merge pull request #479 from profunktor/update/sbt-1.10.4 #874
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scala | |
on: | |
pull_request: {} | |
push: | |
branches: | |
- series/2.x | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/[email protected] | |
- name: "Cache for sbt & coursier ♨️" | |
uses: coursier/[email protected] | |
- name: "Install Nix ❄️" | |
uses: cachix/install-nix-action@v18 | |
- name: "Run with ${{ matrix.java }} 🚀" | |
run: nix develop -c sbt 'clean;mdoc;++test' |