Skip to content

Update swift.yml

Update swift.yml #4

Workflow file for this run

# This workflow will build a Swift project

Check failure on line 1 in .github/workflows/swift.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/swift.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
# Updated 2024-07-21
name: Swift
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
##- uses: actions/checkout@v3
##- name: Build
run: swift build -v
##- name: Run tests
## run: swift test -v