Changeset 18057 in josm
- Timestamp:
- 2021-07-17T19:48:52+02:00 (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/checkstyle-analysis.yml
r18056 r18057 31 31 ant checkstyle 32 32 33 - name: Upload report 34 uses: actions/upload-artifact@v2 35 with: 36 path: checkstyle-josm.xml 37 33 38 - uses: jwgmeligmeyling/checkstyle-github-action@master 34 39 with: -
trunk/.github/workflows/pmd-analysis.yml
r18056 r18057 31 31 ant pmd 32 32 33 - name: Upload report 34 uses: actions/upload-artifact@v2 35 with: 36 path: pmd-josm.xml 37 33 38 - uses: jwgmeligmeyling/pmd-github-action@master 34 39 with: -
trunk/.github/workflows/spotbugs-analysis.yml
r18056 r18057 31 31 ant spotbugs 32 32 33 - name: Upload report 34 uses: actions/upload-artifact@v2 35 with: 36 path: spotbugs-josm.xml 37 33 38 - uses: jwgmeligmeyling/spotbugs-github-action@master 34 39 with:
Note:
See TracChangeset
for help on using the changeset viewer.