Skip to content

Merge pull request #15 from vinhnx/vinhnx-patch-1 #25

Merge pull request #15 from vinhnx/vinhnx-patch-1

Merge pull request #15 from vinhnx/vinhnx-patch-1 #25

Workflow file for this run

# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift
on: [push]
jobs:
build:
runs-on: macos-latest
steps:

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- uses: actions/checkout@v2
- uses: fwal/setup-swift@v1 # GitHub Action that setup a Swift environment (https://github.com/fwal/setup-swift)
- name: Build
run: swift build
# - name: Run tests
# run: swift test
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]