Skip to content

build(deps): bump github.com/apple/swift-argument-parser from 1.5.1 to 1.6.1 #100

build(deps): bump github.com/apple/swift-argument-parser from 1.5.1 to 1.6.1

build(deps): bump github.com/apple/swift-argument-parser from 1.5.1 to 1.6.1 #100

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Validate commits and run tests
if: github.event.pull_request.draft == false
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate pull request title
run: swift run Run --message "${{ github.event.pull_request.title }}"
- name: Run Tests
run: swift test