Skip to content

Improve stencil comments #2910

Improve stencil comments

Improve stencil comments #2910

Workflow file for this run

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
jobs:
swift:
name: Swift
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Test
run: swift test -v