Write generated file to current working directory #1

Merged
Sven merged 7 commits from workdir into main 2020-12-30 13:56:39 +00:00
Showing only changes of commit 87c52e97f6 - Show all commits

15
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Test
on:
pull_request:
paths:
- '.github/workflows/test.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: swift test