Merge pull request #517 from scala-steward/update/sbt-1.10.5 #694
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: scalafmt | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: coursier/cache-action@v5 | |
- name: Set up JDK 1.8 | |
uses: olafurpg/setup-scala@v10 | |
with: | |
java-version: 1.8 | |
- name: Checking your code format | |
run: sbt scalafmtCheckAll |