This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
Update scalafmt-core to 3.8.2 #486
Workflow file for this run
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: 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 |