Skip to content

Pin actions/checkout action to 11bd719 (#84) #356

Pin actions/checkout action to 11bd719 (#84)

Pin actions/checkout action to 11bd719 (#84) #356

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and Test
runs-on: macos-15
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v