From db54b64e32c4355e86dc0d41a004e87eb44d24ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20N=C3=B6hles?= Date: Fri, 27 Sep 2024 11:41:48 +0200 Subject: [PATCH 1/2] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f9ae84..a6f64b6 100644 --- a/README.md +++ b/README.md @@ -136,4 +136,7 @@ final class EN16931Validator ``` ## Issues & Contribution -Feel free to create pull-requests or issues if you have trouble with this service or any related resources. \ No newline at end of file +Feel free to create pull-requests or issues if you have trouble with this service or any related resources. + +## Roadmap +TBA \ No newline at end of file From c321f04dba09bc52e3b4f5e20e530e1ad3abc6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20N=C3=B6hles?= Date: Fri, 27 Sep 2024 11:43:51 +0200 Subject: [PATCH 2/2] Fix tests workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f08cd39..9caeda0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ - name: "Tests" +name: "Tests" on: push: