Skip to content

Commit

Permalink
Merge pull request #187 from lichess-org/v3
Browse files Browse the repository at this point in the history
lila-search v3 prep
  • Loading branch information
lenguyenthanh authored May 8, 2024
2 parents c611a7d + 8dc420f commit 7d4aae2
Show file tree
Hide file tree
Showing 30 changed files with 530 additions and 486 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@ name: Compile
on: [push, pull_request]

jobs:
openjdk17:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- run: sbt compile

format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
- run: sbt scalafmtCheckAll
31 changes: 0 additions & 31 deletions app/Which.scala

This file was deleted.

56 changes: 0 additions & 56 deletions app/forum.scala

This file was deleted.

162 changes: 0 additions & 162 deletions app/game.scala

This file was deleted.

91 changes: 0 additions & 91 deletions app/study.scala

This file was deleted.

Loading

0 comments on commit 7d4aae2

Please sign in to comment.