Skip to content

Support requiring 2FA for authentication, check isEnrolledIn2Sv #169

Support requiring 2FA for authentication, check isEnrolledIn2Sv

Support requiring 2FA for authentication, check isEnrolledIn2Sv #169

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
# triggering CI default branch improves caching
# see https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
push:
branches:
- main
jobs:
sbt-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v6
- uses: olafurpg/setup-scala@v11
with:
java-version: adopt@1.11
- name: Build and Test
run: sbt ++test