Skip to content

Add AutoStubbable.swifttemplate and README.md #4

Add AutoStubbable.swifttemplate and README.md

Add AutoStubbable.swifttemplate and README.md #4

Workflow file for this run

name: Test
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
- name: Install sourcery
run: brew install sourcery
- name: Run sourcery
run: sourcery
- name: Test
run: swift test