Skip to content

Update sbt-scoverage to 2.0.12 #484

Update sbt-scoverage to 2.0.12

Update sbt-scoverage to 2.0.12 #484

Workflow file for this run

name: CI
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- name: Check Scalafmt/Scaladoc
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc
- name: Install NPM deps
run: npm install
- name: Check README
run: npm run lint-md