Skip to content

Commit

Permalink
Merge branch 'main' into native2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh authored Jan 28, 2025
2 parents b74293a + 16068f8 commit 2f19e2d
Show file tree
Hide file tree
Showing 692 changed files with 72,204 additions and 3,695 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
8. TypeScript, JavaScript and JSON files are formatted and linted using
[Biome](https://biomejs.dev/). Execute the following command to format and lint your code at the root of this project before submitting a pull request:

8. Some projects can be ignored from the building and testing process by adding the project name to the `.ghaignore` file.
When removing or updating an example, please ensure that the example is removed from the `.ghaignore` file
and there's a change in that example's directory.

```bash
pnpm fix
```
Expand Down
Loading

0 comments on commit 2f19e2d

Please sign in to comment.