Skip to content

switch labeler action #17

switch labeler action

switch labeler action #17

Workflow file for this run

name: CI
on:
pull_request: {}
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: Lint code
run: |
sbt 'check'
- name: Run tests
run: |
sbt '+test'