Skip to content

version field is required in the smithy-build #87

version field is required in the smithy-build

version field is required in the smithy-build #87

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
env:
JABBA_INDEX: "https://github.com/typelevel/jdk-index/raw/main/index.json"
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v13
with:
java-version: temurin@11
- name: Tests
run: sbt test