-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'steps/10-commands' into steps/11-avoid-exceptions
# Conflicts: # c#/Bouchonnois.Tests/LangExtExtensions.cs # c#/Bouchonnois/Domain/Error.cs # c#/Bouchonnois/Domain/Exceptions/ChasseurInconnu.cs # c#/Bouchonnois/Domain/Exceptions/ImpossibleDeDémarrerUnePartieAvecUnChasseurSansBalle.cs # c#/Bouchonnois/Domain/Exceptions/ImpossibleDeDémarrerUnePartieSansChasseur.cs # c#/Bouchonnois/Domain/Exceptions/ImpossibleDeDémarrerUnePartieSansGalinettes.cs # c#/Bouchonnois/Domain/Exceptions/LaChasseEstDéjàEnCours.cs # c#/Bouchonnois/Domain/Exceptions/OnEstDéjàEnTrainDePrendreLapéro.cs # c#/Bouchonnois/Domain/Exceptions/OnPrendPasLapéroQuandLaPartieEstTerminée.cs # c#/Bouchonnois/Domain/Exceptions/OnTirePasPendantLapéroCestSacré.cs # c#/Bouchonnois/Domain/Exceptions/OnTirePasQuandLaPartieEstTerminée.cs # c#/Bouchonnois/Domain/Exceptions/QuandCestFiniCestFini.cs # c#/Bouchonnois/Domain/Exceptions/TasPlusDeBallesMonVieuxChasseALaMain.cs # c#/Bouchonnois/Domain/Exceptions/TasTropPicoléMonVieuxTasRienTouché.cs # c#/Bouchonnois/UseCases/Exceptions/LaPartieDeChasseNexistePas.cs # c#/Bouchonnois/UseCases/FunctionalExtensions.cs
- Loading branch information
Showing
136 changed files
with
4,252 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Java CI | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- steps/01-gather-metrics | ||
- steps/02-treat-warnings-as-errors | ||
- steps/03-kill-mutants | ||
- steps/04-improve-tests-readability | ||
- steps/05-approve-everything | ||
- steps/06-properties | ||
- steps/07-architecture-tests | ||
- steps/08-use-cases | ||
- steps/09-tell-dont-ask | ||
- steps/10-commands | ||
- steps/11-avoid-exceptions | ||
- steps/12-event-sourcing | ||
jobs: | ||
build: | ||
name: Build | ||
strategy: | ||
matrix: | ||
platform: [ubuntu-latest] | ||
runs-on: ${{matrix.platform}} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 21 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '21' | ||
distribution: 'zulu' | ||
- name: Build and Test | ||
working-directory: ./java | ||
run: mvn test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Kotlin CI | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- steps/01-gather-metrics | ||
- steps/02-treat-warnings-as-errors | ||
- steps/03-kill-mutants | ||
- steps/04-improve-tests-readability | ||
- steps/05-approve-everything | ||
- steps/06-properties | ||
- steps/07-architecture-tests | ||
- steps/08-use-cases | ||
- steps/09-tell-dont-ask | ||
- steps/10-commands | ||
- steps/11-avoid-exceptions | ||
- steps/12-event-sourcing | ||
jobs: | ||
build: | ||
name: Build | ||
strategy: | ||
matrix: | ||
platform: [ubuntu-latest] | ||
runs-on: ${{matrix.platform}} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 21 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '21' | ||
distribution: 'zulu' | ||
- name: Setup Gradle | ||
uses: gradle/gradle-build-action@v2 | ||
with: | ||
arguments: build | ||
build-root-directory: ./kotlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Bouchonnois.Tests/LangExtExtensions.cs → c#/Bouchonnois.Tests/LangExtExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.