Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Add lingui as todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 28, 2024
1 parent f64d3bf commit 986914e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions todos/lingui.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { runInRepo } from "../utils";
import { RunOptions } from "../types";

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: "lingui/js-lingui",
branch: "main",
test: "test:ci",
});
}

0 comments on commit 986914e

Please sign in to comment.