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 2e13ed6758 - Show all commits

View file

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