Translated using Weblate (Spanish) #5413
This file contains hidden or 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: Enforced checkstyle | |
| on: push | |
| jobs: | |
| run: | |
| name: Check ifeval syntax | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v2 | |
| - name: Check ifeval syntax | |
| run: find -name "*\.adoc" -type f | xargs -I {} ./enforcing_checkstyle --filename {} --ifeval | |
| - name: Check comments on nav file | |
| run: find -name "nav*\.adoc" -type f | xargs -I {} ./enforcing_checkstyle --filename {} --comment |