chore(deps): Non-AWS dependency updates #266
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scala Steward PR handling | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
test: | |
name: Test Scala Steward PR | |
if: github.actor == 'scala-steward' | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Checkout repo | |
uses: actions/[email protected] | |
- | |
name: Set up Java | |
uses: actions/[email protected] | |
with: | |
distribution: adopt | |
java-version: 11 | |
- | |
name: Run tests | |
run: sbt test | |