Skip to content

Commit

Permalink
Add GRDB to top-repos
Browse files Browse the repository at this point in the history
GRDB is lower in total stars than most of the other top repos, but
it's a good source for edge cases.
  • Loading branch information
alex-pinkus committed Dec 31, 2021
1 parent aa3df1c commit 79c715f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/top-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
repo: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]
repo: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions script-data/known_failures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ firefox-ios/Shared/Functions.swift
RxSwift/RxExample/RxExample/Examples/GitHubSearchRepositories/GitHubSearchRepositories.swift
RxSwift/Rx.playground/Pages/Transforming_Operators.xcplaygroundpage/Contents.swift
SwiftLint/Source/SwiftLintFramework/Extensions/String+SwiftLint.swift
GRDB/GRDB/Core/Row.swift
GRDB/GRDB/Core/Statement.swift
2 changes: 2 additions & 0 deletions script-data/top-repositories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ firefox-ios mozilla-mobile/firefox-ios v39.0 3 6
firefox-ios mozilla-mobile/firefox-ios v39.0 4 6
firefox-ios mozilla-mobile/firefox-ios v39.0 5 6
AudioKit AudioKit/AudioKit 5.3.0
GRDB groue/GRDB.swift v5.17.0 0 2
GRDB groue/GRDB.swift v5.17.0 1 2

0 comments on commit 79c715f

Please sign in to comment.