Skip to content

chore: update smithy-protocol-test-traits from 1.50.0 to 1.51.0 #651

chore: update smithy-protocol-test-traits from 1.50.0 to 1.51.0

chore: update smithy-protocol-test-traits from 1.50.0 to 1.51.0 #651

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