Skip to content

Commit

Permalink
Remove Swift codes
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Nov 4, 2019
1 parent 3e1d57e commit e1c2f80
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 679 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.build
.git
*.xcodeproj
6 changes: 0 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@ on:
- '.dockerignore'
- '.github/workflows/docker-build.yml'
- 'Dockerfile'
- 'Package*'
- 'Sources/**'
- 'Tests/**'
pull_request:
paths:
- '.dockerignore'
- '.github/workflows/docker-build.yml'
- 'Dockerfile'
- 'Package*'
- 'Sources/**'
- 'Tests/**'

jobs:
DockerBuild:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/swiftpm.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
.DS_Store
/.build
/Packages
/*.xcodeproj
26 changes: 0 additions & 26 deletions .swiftlint.yml

This file was deleted.

10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,4 @@ LABEL "com.github.actions.description"="A tool to enforce Swift style and conven
LABEL "com.github.actions.icon"="shield"
LABEL "com.github.actions.color"="orange"

COPY Sources action-swiftlint/Sources
COPY Tests action-swiftlint/Tests
COPY Package.swift README.md LICENSE action-swiftlint/

RUN cd action-swiftlint && \
swift build --configuration release --static-swift-stdlib && \
mv `swift build --configuration release --static-swift-stdlib --show-bin-path`/action-swiftlint /usr/bin && \
cd .. && \
rm -rf action-swiftlint

ENTRYPOINT ["/usr/bin/action-swiftlint"]
19 changes: 0 additions & 19 deletions Package.swift

This file was deleted.

250 changes: 0 additions & 250 deletions Sources/Lib/GitHub.swift

This file was deleted.

Loading

0 comments on commit e1c2f80

Please sign in to comment.