Skip to content

fix #36 imgur image embedding #25

fix #36 imgur image embedding

fix #36 imgur image embedding #25

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
cache: 'sbt'
- name: Build and Test
run: sbt clean test