Skip to content

Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 #856

Update sbt-scalajs, scalajs-compiler, ... to 1.18.1

Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 #856

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: olafurpg/setup-scala@v14
with:
java-version: 1.8
- name: Cache Coursier
uses: actions/[email protected]
with:
path: ~/.cache/coursier
key: sbt-coursier-cache
- name: Cache SBT
uses: actions/[email protected]
with:
path: ~/.sbt
key: sbt-${{ hashFiles('**/build.sbt') }}
- name: Checking your code format
run: sbt scalafmtCheckAll
- name: Run tests
run: |
sbt clean +apiJVM/test +apiJS/test +apiNative/test +apiJVM/publishLocal
sbt sbt_locales/scripted