Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Update sbt-release to 1.4.0 #472

Update sbt-release to 1.4.0

Update sbt-release to 1.4.0 #472

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