Skip to content

fix: update actionlint #34

fix: update actionlint

fix: update actionlint #34

Workflow file for this run

name: Test
on:
push
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run Swift test
run: swift test