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

Update scalafmt-core to 3.7.13 #452

Update scalafmt-core to 3.7.13

Update scalafmt-core to 3.7.13 #452

Workflow file for this run

name: CI
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- 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