Skip to content

Change single newline on mult-paragraph to double newline, since that… #15

Change single newline on mult-paragraph to double newline, since that…

Change single newline on mult-paragraph to double newline, since that… #15

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macos:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: swift build -v
linux:
runs-on: ubuntu-latest
container:
image: swift:5.2
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: swift build -v