Skip to content

Commit

Permalink
Merge pull request #92 from applidium/feature/project-cleaning
Browse files Browse the repository at this point in the history
Feature/project cleaning
  • Loading branch information
gaetanzanella committed Nov 28, 2022
2 parents f1c8fc3 + f11da6e commit aa7bd20
Show file tree
Hide file tree
Showing 622 changed files with 306 additions and 55,038 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@

name: CI

on: [push]

jobs:
build:

runs-on: macOS-latest

steps:
- uses: actions/checkout@v2
- name: Bundle install
working-directory: ./
run: bundle install

- name: Unit tests
run: bundle exec fastlane tests

- name: SPM lint
run: bundle exec fastlane spm_lint
- uses: actions/checkout@v2
- name: Bundle install
working-directory: ./
run: bundle install

- name: Carthage lint
run: bundle exec fastlane carthage_lint
- name: Unit tests
run: bundle exec fastlane tests

- name: Pod lint
run: bundle exec fastlane pod_lint
- name: Pod lint
run: bundle exec fastlane pod_lint
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ DerivedData

# Swift Package Manager
.build
.swiftpm
Package.resolved

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cartfile.private

This file was deleted.

2 changes: 0 additions & 2 deletions Cartfile.resolved

This file was deleted.

36 changes: 0 additions & 36 deletions Carthage/Checkouts/Nimble/.github/ISSUE_TEMPLATE

This file was deleted.

13 changes: 0 additions & 13 deletions Carthage/Checkouts/Nimble/.github/PULL_REQUEST_TEMPLATE

This file was deleted.

15 changes: 0 additions & 15 deletions Carthage/Checkouts/Nimble/.github/dependabot.yml

This file was deleted.

45 changes: 0 additions & 45 deletions Carthage/Checkouts/Nimble/.github/workflows/ci.yml

This file was deleted.

15 changes: 0 additions & 15 deletions Carthage/Checkouts/Nimble/.github/workflows/swiftlint.yml

This file was deleted.

29 changes: 0 additions & 29 deletions Carthage/Checkouts/Nimble/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions Carthage/Checkouts/Nimble/.swiftlint.yml

This file was deleted.

43 changes: 0 additions & 43 deletions Carthage/Checkouts/Nimble/.travis.yml

This file was deleted.

Loading

0 comments on commit aa7bd20

Please sign in to comment.