Skip to content

Add swift-docc-plugin #135

Add swift-docc-plugin

Add swift-docc-plugin #135

Workflow file for this run

name: build-linux
on:
push:
branches:
- "main"
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test