Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Jan 31, 2020
1 parent 2ffe8ae commit 311bb5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:

runs-on: macos-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"

steps:
- uses: actions/checkout@v2
- name: Prepare Build
run: brew bundle
- name: Build
run: swift build -v
- name: Lint
run: swiftformat --lint . && swiftlint
run: swiftformat --lint . && swiftlint
- name: Run tests
run: swift test -v --enable-code-coverage
- name: Prepare Code Coverage
- name: Prepare Code Coverage
run: xcrun llvm-cov export -format="lcov" .build/debug/swiftverPackageTests.xctest/Contents/MacOS/swiftverPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
- name: Upload to CodeCov.io
run: bash <(curl https://codecov.io/bash) -F github -n ${{ github.sha }}
Expand Down

0 comments on commit 311bb5b

Please sign in to comment.