Skip to content

Commit

Permalink
Merge branch 'main' into List-the-letter-sound-correspondences-where-…
Browse files Browse the repository at this point in the history
…a-letter-is-used-elimu-ai#1701
  • Loading branch information
jo-elimu authored Aug 25, 2024
2 parents aa0b610 + c2cfb77 commit e09196a
Show file tree
Hide file tree
Showing 130 changed files with 636 additions and 614 deletions.
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ Resolves #
<!-- If this PR affects the UI, please include screenshots demonstrating the changes. -->

<!-- Attribution: External code is properly credited. -->

---

### Format Checks
<!-- If this PR contains files with format violations, run 'mvn spotless:apply' to fix them. -->

> [!NOTE]
> Files in PRs are automatically checked for format violations with `mvn spotless:check`.
If this PR contains files with format violations, run `mvn spotless:apply` to fix them.
24 changes: 24 additions & 0 deletions .github/workflows/maven-format-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Maven Format Check

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
java: [17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: maven
- run: mvn clean
- run: mvn spotless:check
20 changes: 10 additions & 10 deletions FUNDING_SPLITS.csv
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
ethereum_address,github_username,impact_percentage
0x5D388Ec24Cc2C0C77458338696aa63AFB706A7b1,nya-elimu,45.86
0xd46Cc93E3eE6a4fb532D9B48E95be7eD8f8f1DA0,jo-elimu,39.06
0x342FaeB14127A79735144bbdC772AbB6b1bBe343,coderabbitai,3.58
0x3965d420cde24fe00f742cb31257ca90e04556a7,tomaszsmy,1.01
0x819e4F5E912abb36c8f6c03790e7508e03cc37a3,UmenR,0.95
0x5D388Ec24Cc2C0C77458338696aa63AFB706A7b1,nya-elimu,45.57
0xd46Cc93E3eE6a4fb532D9B48E95be7eD8f8f1DA0,jo-elimu,39.21
0x342FaeB14127A79735144bbdC772AbB6b1bBe343,coderabbitai,3.69
0x3965d420cde24fe00f742cb31257ca90e04556a7,tomaszsmy,1.00
0x819e4F5E912abb36c8f6c03790e7508e03cc37a3,UmenR,0.94
0x513DceE2929a6e0CD115fb65Ec926d6569d98aff,venkatesh2k3,0.82
0x5367a6d4F5991327Bb20466684790e394bE000dE,Shubham-Vishwakarma,0.64
0x4709ebf314c6492d57f4c6d4f57357d5b2bb074e,vrudas,0.62
0x0000000000000000000000000000000000000000,aschworer,0.61
0x4709ebf314c6492d57f4c6d4f57357d5b2bb074e,vrudas,0.59
0x0000000000000000000000000000000000000000,SnehaHS65,0.50
0x6321286F9B73f427C72e1f9F1bC6b3d25eF06605,hhio618,0.49
0x0000000000000000000000000000000000000000,SnehaHS65,0.49
0x6321286F9B73f427C72e1f9F1bC6b3d25eF06605,hhio618,0.48
0x0000000000000000000000000000000000000000,urosht,0.48
0x78888390AA08D9A25f3BDB8A1B35351D7c7F8a12,Bender-22,0.39
0x0000000000000000000000000000000000000000,alexander-kuruvilla,0.40
0x78888390AA08D9A25f3BDB8A1B35351D7c7F8a12,Bender-22,0.39
0x914dBEe36BcAb63B2D15fAED08839Be43797b421,watr-sheep,0.32
0x0000000000000000000000000000000000000000,eymaal,0.30
0x0000000000000000000000000000000000000000,jpatel3,0.29
0x38c19Bc91fC35f8bCAd07F177cC2F11098B1F3ff,vuriaval,0.29
0x0000000000000000000000000000000000000000,Keerthi4308,0.29
0x0000000000000000000000000000000000000000,SamehNoukary,0.24
0x22d83d2681c8F04877b60F907D8288f011b314F8,Souvik-Cyclic,0.26
Loading

0 comments on commit e09196a

Please sign in to comment.