bitcoin-s/.github/workflows/Compile.yml
Chris Stewart 713ee75d4c
Get rid of standalone scalajs, mdoc CI matrix. Consolidate with other CI jobs (#4633)
* Get rid of standalone scalajs, mdoc CI matrix. Consolidate with other jobs for faster performance

* Adjust CI matrix name

* Address review, bump heap size
2022-08-20 17:21:39 -05:00

24 lines
559 B
YAML

name: Compile & Formatting
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
on:
pull_request:
jobs:
compile:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Scala
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '17'
cache: 'sbt'
- name: Compile and Check Formatting
run: sbt -J-Xmx2g +test:compile scalafmtCheckAll docs/mdoc