keycloak-attribute-endpoint.../.forgejo/workflows/verify.yaml
June d9da099bda
All checks were successful
/ Verify (push) Successful in 1m9s
add CI to run maven verify
2026-04-03 22:40:59 +02:00

17 lines
325 B
YAML

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 -f attribute-endpoints-provider verify