From a09d19fb973ee8bf4205899a2b69211d93d8c2a3 Mon Sep 17 00:00:00 2001 From: JeroenHD Date: Sat, 11 Sep 2021 16:12:07 +0200 Subject: [PATCH 1/4] Werk README.md bij Corrigeer spelfout in de naam van Rouille --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71da06e..2f9e5da 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ here and there, and open a pull-request against the `hoofd` (Dutch for ## met dank aan -- [Benjamin Bouvier] (https://github.com/bnjbvr/), Eric BREHAULT and Anisse Astier for their work on roullie +- [Benjamin Bouvier] (https://github.com/bnjbvr/), Eric BREHAULT and Anisse Astier for their work on [rouille](https://github.com/bnjbvr/rouille) ## licentie From 480eb72250946f016bb7993a8fa7bd152a80982b Mon Sep 17 00:00:00 2001 From: JeroenHD Date: Sat, 11 Sep 2021 16:14:57 +0200 Subject: [PATCH 2/4] Repareer link naar logo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f9e5da..79bb8db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Roest -![](https://github.com/jeroenh/roestd/raw/hoofd/logo.jpeg) +![](https://github.com/jeroenh/roestd/raw/hoofd/logo.png) Aren't you _het spuugzat_ from writing Rust programs in English? Do you like saying "kut" a lot? Would you like to try something different, in an exotic and From 0489a7afc4ed2dc87627c377c6b6bce3898607a5 Mon Sep 17 00:00:00 2001 From: JeroenHD Date: Sat, 11 Sep 2021 16:15:30 +0200 Subject: [PATCH 3/4] Maar dan echt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79bb8db..62a9fe7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Roest -![](https://github.com/jeroenh/roestd/raw/hoofd/logo.png) +![](https://raw.githubusercontent.com/jeroenhd/roest/hoofd/logo.png) Aren't you _het spuugzat_ from writing Rust programs in English? Do you like saying "kut" a lot? Would you like to try something different, in an exotic and From 75f6c5c9b50d40b63e50be4716214e7b542e0162 Mon Sep 17 00:00:00 2001 From: JeroenHD Date: Sat, 11 Sep 2021 16:16:56 +0200 Subject: [PATCH 4/4] Werk voorduriende integratie bij Blijkbaar stond dit aan voor rouille, nooit eerder gebruikt --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f44509..1f3c962 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ principale ] + branches: [ hoofd ] pull_request: - branches: [ principale ] + branches: [ hoofd ] jobs: ci: @@ -26,7 +26,7 @@ jobs: toolchain: ${{ matrix.rust }} override: true - - name: Lancer les exemples + - name: Draai de voorbeelden uses: actions-rs/cargo@v1 with: command: run