Skip to content

Bump redcarpet from 3.5.0 to 3.6.0 #13

Bump redcarpet from 3.5.0 to 3.6.0

Bump redcarpet from 3.5.0 to 3.6.0 #13

Workflow file for this run

name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v