Merge pull request #302 from scala-steward/update/sbt-tpolecat-0.5.1 #434
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: Continuous Integration | |
on: | |
pull_request: | |
branches: ['**'] | |
push: | |
branches: master | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: sbtscala/scala-sbt:eclipse-temurin-alpine-21.0.2_13_1.9.9_3.4.0 | |
steps: | |
- name: Checkout current branch | |
uses: actions/checkout@v4 | |
- name: Test | |
run: sbt test | |
format: | |
runs-on: ubuntu-latest | |
container: sbtscala/scala-sbt:eclipse-temurin-alpine-21.0.2_13_1.9.9_3.4.0 | |
steps: | |
- name: Checkout current branch | |
uses: actions/checkout@v4 | |
- name: Check Formatting | |
run: sbt check |