Skip to content

Check divs as well as paragraphs for Royal Road warnings (#40) #30

Check divs as well as paragraphs for Royal Road warnings (#40)

Check divs as well as paragraphs for Royal Road warnings (#40) #30

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