Skip to content

Commit

Permalink
Merge pull request #29 from transloadit/rewrite/3.0.0
Browse files Browse the repository at this point in the history
Rewrite, version 3.0.0
  • Loading branch information
elvirion authored Apr 3, 2022
2 parents ca7d461 + 939583b commit 31e353d
Show file tree
Hide file tree
Showing 69 changed files with 2,503 additions and 2,222 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/transloaditkit-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: ["macos-latest"]
swift: ["5.5"]
runs-on: ${{ matrix.os }}
steps:
- name: Extract Branch Name
run: echo "BRANCH=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
- uses: fwal/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
- name: Build
run: swift build
- name: Run tests
run: swift test
- uses: 8398a7/action-slack@v3
if: failure() && env.BRANCH == 'master'
with:
status: failure
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8 changes: 8 additions & 0 deletions .vscode/TransloaditKit.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {}
}
8 changes: 8 additions & 0 deletions .vscode/transloaditkit.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {}
}
8 changes: 0 additions & 8 deletions AssemblyResponse.swift

This file was deleted.

14 changes: 0 additions & 14 deletions Example/Podfile

This file was deleted.

47 changes: 0 additions & 47 deletions Example/Podfile.lock

This file was deleted.

24 changes: 0 additions & 24 deletions Example/Tests/Info.plist

This file was deleted.

98 changes: 0 additions & 98 deletions Example/Tests/Tests.swift

This file was deleted.

Binary file removed Example/Tests/memeCat.jpg
Binary file not shown.
Loading

0 comments on commit 31e353d

Please sign in to comment.