Skip to content

Merge pull request #274 from wordbots/an-fix-goofy-type-erasure-parses #28

Merge pull request #274 from wordbots/an-fix-goofy-type-erasure-parses

Merge pull request #274 from wordbots/an-fix-goofy-type-erasure-parses #28

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Scala CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
- uses: sbt/setup-sbt@v1
- name: sbt scalastyle
run: sbt scalastyle
- name: sbt test
run: sbt test