Skip to content

Add ContentView, Improve size changing in FreeForm Previews, add shortcut for constraints in center #52

Add ContentView, Improve size changing in FreeForm Previews, add shortcut for constraints in center

Add ContentView, Improve size changing in FreeForm Previews, add shortcut for constraints in center #52

Workflow file for this run

name: SwiftLint
on: [pull_request]
jobs:
swiftlint:
runs-on: macos-latest
steps:
- name: Check out source code
uses: actions/checkout@v2
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: swiftlint