Merge pull request 'dev' (#1) from dev into master

Reviewed-on: https://hattori.ztsh.eu/stawros/hackerrank/pulls/1
This commit is contained in:
Piotr Dec 2024-03-15 22:02:24 +01:00
commit 05620d9823
7 changed files with 313 additions and 26 deletions

5
.woodpecker/maven.yml Normal file
View file

@ -0,0 +1,5 @@
steps:
- name: test
image: maven:3.9.6-eclipse-temurin-17-alpine
commands:
- mvn -B verify