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

Updated readme

Updated readme #113

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name:Scala CI
on:
push:
branches:[ "main" ]
pull_request:
branches:[ "main" ]
permissions:
contents:read
jobs:
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Set up JDK 17
uses:actions/setup-java@v4
with:
java-version:'17'
distribution:'temurin'
cache:'sbt'
-name:Set up sbt
uses:sbt/setup-sbt@v1
-name:Run tests
run:sbt test

[8]ページ先頭

©2009-2025 Movatter.jp