Removes spurious warnings from the non-developer builds #463
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test configuration | |
on: | |
pull_request: | |
paths: | |
- 'etc/**' | |
- 'docs/checkstyle/check-config.sh' | |
- '**/pom.xml' | |
push: | |
paths: | |
- 'etc/**' | |
- 'docs/checkstyle/check-config.sh' | |
- '**/pom.xml' | |
jobs: | |
main: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: check configuration | |
run: ./docs/checkstyle/check-config.sh |