keycloak-attribute-endpoint.../.forgejo/workflows/verify.yaml
Stefan Bethke 6cd678b414
All checks were successful
/ Verify (push) Successful in 45s
Spell option correctly
2026-07-18 21:41:42 +02:00

19 lines
390 B
YAML

on:
pull_request:
push:
branches:
- main
jobs:
ansible-lint:
name: Verify
runs-on: docker
steps:
- uses: actions/checkout@v7
- name: Install maven
run: |
apt update
apt install -y maven
- name: Run maven verify
run: |
mvn -f attribute-endpoints-provider --batch-mode --no-transfer-progress verify