Skip to content

fix: Fixed the generateTOC to not started with a nested <ul> when the… #2

fix: Fixed the generateTOC to not started with a nested <ul> when the…

fix: Fixed the generateTOC to not started with a nested <ul> when the… #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
test-xcode:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v