add CI to run maven verify
Some checks failed
/ Verify (push) Failing after 16s

This commit is contained in:
June 2026-04-03 22:40:14 +02:00
commit b9c352eb4c
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -0,0 +1,17 @@
on:
pull_request:
push:
jobs:
ansible-lint:
name: Verify
runs-on: docker
steps:
- uses: actions/checkout@v6
- name: Install pip
run: |
apt update
apt install -y maven
- name: Run maven verify
run: |
mvn verify