Skip to content

Merge pull request #359 from scala-steward/update/h2-2.2.224 #542

Merge pull request #359 from scala-steward/update/h2-2.2.224

Merge pull request #359 from scala-steward/update/h2-2.2.224 #542

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Run tests
run: sbt +test