Skip to content

Update scalafmt-core to 3.8.2 #449

Update scalafmt-core to 3.8.2

Update scalafmt-core to 3.8.2 #449

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
- uses: coursier/cache-action@v5
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: olafurpg/setup-gpg@v3
- name: Run tests and doc
run: sbt test slides/mdoc
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: slides/docs # The folder the action should deploy.