Skip to content

Update Xcode typo correction matcher #25

Update Xcode typo correction matcher

Update Xcode typo correction matcher #25

Workflow file for this run

name: Swift Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker container
run: |
docker pull swift:5.7
- name: Build SwiftDEBot
run: |
docker run --rm -v "$(pwd):/src" -w /src swift:5.7 swift build --configuration release