Skip to content

chore: trigger deployment

cb066da
Select commit
Loading
Failed to load commit list.
Open

feat(route): add opengithub-weekly-rank route, display the journal of opengithub on github trending #21084

chore: trigger deployment
cb066da
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ESLint succeeded Feb 7, 2026 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 36 in lib/routes/opengithub-trending/weekly-rank.ts

See this annotation in the file changed.

Code scanning / ESLint

Prefer `Array#toSorted()` over `Array#sort()`. Warning

Use Array#toSorted() instead of Array#sort().

Check warning on line 44 in lib/routes/opengithub-trending/weekly-rank.ts

See this annotation in the file changed.

Code scanning / ESLint

Prefer `Array#toSorted()` over `Array#sort()`. Warning

Use Array#toSorted() instead of Array#sort().

Check warning on line 58 in lib/routes/opengithub-trending/weekly-rank.ts

See this annotation in the file changed.

Code scanning / ESLint

Prefer `Array#toSorted()` over `Array#sort()`. Warning

Use Array#toSorted() instead of Array#sort().