Skip to content

Update maven test output #209

Update maven test output

Update maven test output #209

Workflow file for this run

---
name: yamllint
on: # yamllint disable-line rule:truthy
pull_request:
branches: ["main"]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# yamllint is installed in GitHub Actions base runner image: https://github.com/adrienverge/yamllint/pull/588
- run: yamllint .