Skip to content

Apply standard Swift package configuration #1

Apply standard Swift package configuration

Apply standard Swift package configuration #1

Workflow file for this run

name: DocC
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
jobs:
docc:
name: DocC
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Build
run: make docs open="no" DERIVED_DATA_PATH="$(mktemp -d)"