Skip to content

Bump actions/checkout from 2.3.4 to 4.1.4 #93

Bump actions/checkout from 2.3.4 to 4.1.4

Bump actions/checkout from 2.3.4 to 4.1.4 #93

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 15 * * 4'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v10
with:
java-version: "[email protected]"
- uses: coursier/cache-action@v6
- run: sbt -v scalafmtSbtCheck scalafmtCheckAll "+ scalapropsMagnoliaJVM/test" "+ scalapropsMagnoliaJS/test"