diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..e3939e7
Binary files /dev/null and b/.DS_Store differ
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..0f885c3
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,23 @@
+name: ci
+
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - '**'
+
+jobs:
+ maven-checks:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: actions/setup-java@v4
+ with:
+ java-version: '17'
+ distribution: 'temurin'
+ cache: 'maven'
+ - name: Maven Checks
+ run: |
+ ./mvnw -B clean install -DskipTests
diff --git a/pom.xml b/pom.xml
index dba8059..56a504d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,9 @@
8
org.ebyhr.puffin.PuffinTools
true
- 1.1.0
+ 1.8.1
+ 2.18.2
+ 2.0.16
@@ -94,4 +96,4 @@
-
\ No newline at end of file
+