Skip to content

rendering: when a string contains \, automatically change to """ #173

rendering: when a string contains \, automatically change to """

rendering: when a string contains \, automatically change to """ #173

Workflow file for this run

name: pr
on: pull_request
jobs:
pr:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 19
- uses: actions/cache@v3
with:
path: |
~/.sbt
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- run: sbt test IntegrationTest/test