Skip to content

Ignore Scala Metals artifacts #60

Ignore Scala Metals artifacts

Ignore Scala Metals artifacts #60

Workflow file for this run

name: Compile
on: [push, pull_request]
jobs:
openjdk17:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- run: sbt compile