Changeset 18670 in josm for trunk/.github/workflows/checkstyle-analysis.yml
- Timestamp:
- 2023-02-20T22:41:26+01:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/checkstyle-analysis.yml
r18057 r18670 15 15 steps: 16 16 - name: Checkout repository 17 uses: actions/checkout@v 217 uses: actions/checkout@v3 18 18 with: 19 19 fetch-depth: 256 20 20 21 21 - name: Cache 22 uses: actions/cache@v 2.0.022 uses: actions/cache@v3 23 23 with: 24 24 path: | … … 32 32 33 33 - name: Upload report 34 uses: actions/upload-artifact@v 234 uses: actions/upload-artifact@v3 35 35 with: 36 36 path: checkstyle-josm.xml 37 37 38 - uses: jwgmeligmeyling/checkstyle-github-action@master38 - uses: JOSM/JOSMPluginAction/actions/checkstyle@v1 39 39 with: 40 path: '**/checkstyle-josm.xml'40 file: "checkstyle-josm.xml"
Note:
See TracChangeset
for help on using the changeset viewer.