Skip to content

build を削除

build を削除 #3

Workflow file for this run

on: [push]
jobs:
runs-on: ubuntu-latest

Check failure on line 4 in .github/workflows/scala.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scala.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "temurin"
cache: "sbt"
- name: Run tests
run: sbt test