Skip to content

Configure Renovate (#22) #66

Configure Renovate (#22)

Configure Renovate (#22) #66

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: temurin:11
- uses: actions/setup-node@v3
with:
node-version: 16.14.2
- name: Enable Corepack
run: corepack enable
- name: Setup yarn
run: corepack prepare [email protected] --activate
- name: Setup pnpm
run: corepack prepare [email protected] --activate
- name: Run tests
run: sbt scalafmtSbtCheck scalafmtCheckAll test scriptedSequentialPerModule