Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update sbt-scalajs, scalajs-compiler, ... to 1.19.0#342

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

Update sbt-scalajs, scalajs-compiler, ... to 1.19.0 #342

Workflow file for this run

name:test
on:
push:
branches:
-main
pull_request:
jobs:
test:
strategy:
fail-fast:false
matrix:
java:[8, 11, 17, 21]
scala:[2.12.x, 2.13.x, 3.x]
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
with:
fetch-depth:0
-uses:coursier/cache-action@v6
-uses:actions/setup-java@v4
with:
distribution:temurin
java-version:${{matrix.java}}
-uses:sbt/setup-sbt@v1
-name:Test
run:sbt ++${{matrix.scala}} test doc headerCheck versionPolicyCheck package

[8]ページ先頭

©2009-2025 Movatter.jp