Skip to content

Merge pull request #82 from arktekk/sbt/1.9 #32

Merge pull request #82 from arktekk/sbt/1.9

Merge pull request #82 from arktekk/sbt/1.9 #32

Workflow file for this run

name: Test
on:
push:
branches: [ '*' ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v5
- name: Set up JDK 11
uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- name: Scalafmt Check
run: sbt scalafmtCheckAll
- name: "aetherDeploy Scripted"
run: sbt aetherDeploy/scripted
# Handle gpg signed stuff