Skip to content

Fix some other strange formatting issues. #7

Fix some other strange formatting issues.

Fix some other strange formatting issues. #7

Workflow file for this run

name: Build Linux
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Version
run: swift --version
- name: Build
run: swift build