Skip to content

chore(deps): bump github.com/apple/swift-argument-parser from 1.4.0 to 1.5.0 #15

chore(deps): bump github.com/apple/swift-argument-parser from 1.4.0 to 1.5.0

chore(deps): bump github.com/apple/swift-argument-parser from 1.4.0 to 1.5.0 #15

Workflow file for this run

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