Skip to content

add version, homepage and gpg plugin #9

add version, homepage and gpg plugin

add version, homepage and gpg plugin #9

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main, release* ]
pull_request:
branches: [ main, release* ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 11
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install -y libopengl0
sbt -Djava.awt.headless=true +compile test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck