Skip to content

Create SECURITY.md (#14) #82

Create SECURITY.md (#14)

Create SECURITY.md (#14) #82

Workflow file for this run

name: "Test"
on:
push:
branches: ["main", "release*"]
pull_request:
jobs:
test:
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.0
- uses: actions/checkout@v3
- name: "swift test"
run: swift test