Skip to content

Commit

Permalink
Add more repositories to top-repo tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-pinkus committed Sep 4, 2022
1 parent c179378 commit 02b04b0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/top-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ jobs:
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ module.exports = grammar({
prec.left(
PRECS.lambda,
seq(
"{",
choice("{", "^{"),
optional($._lambda_type_declaration),
optional($.statements),
"}"
Expand Down
2 changes: 1 addition & 1 deletion script-data/known_failures.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
firefox-ios/Shared/Functions.swift
ReactKit/ReactKitTests/OperationTests.swift
10 changes: 10 additions & 0 deletions script-data/top-repositories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ Nuke kean/Nuke 11.1.1
Swinject Swinject/Swinject 2.8.2
GRDB groue/GRDB.swift v6.0.0-beta.3 0 2
GRDB groue/GRDB.swift v6.0.0-beta.3 1 2
Dance saoudrizwan/Dance v1.0.7
StyleKit 146BC/StyleKit 0.7.0
ReactKit ReactKit/ReactKit 0.12.0
JASON delba/JASON 3.1.1
Side-Menu Yalantis/Side-Menu.iOS 2.0.2
C4iOS C4Labs/C4iOS 3.0.1
Taylor izqui/Taylor 0.4.5
Runes thoughtbot/Runes v5.1.0
Overdrive saidsikira/Overdrive 0.3
Tactile delba/Tactile 3.0.1

0 comments on commit 02b04b0

Please sign in to comment.