Skip to content

chore: update smithy4s-compliance-tests, ... from 0.17.17 to 0.17.18 #339

chore: update smithy4s-compliance-tests, ... from 0.17.17 to 0.17.18

chore: update smithy4s-compliance-tests, ... from 0.17.17 to 0.17.18 #339

Workflow file for this run

name: Scala Build and Test CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run compile
run: sbt compile
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run tests
run: sbt test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck