Changeset 18056 in josm for trunk/.github/workflows/spotbugs-analysis.yml
- Timestamp:
- 2021-07-17T19:43:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/spotbugs-analysis.yml
r18053 r18056 19 19 fetch-depth: 256 20 20 21 - name: Cache 22 uses: actions/cache@v2.0.0 23 with: 24 path: | 25 ~/.ivy2/cache/ 26 ~/work/josm/josm/tools/ 27 key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }} 28 21 29 - name: Run Spotbugs with Ant 22 30 run: |
Note:
See TracChangeset
for help on using the changeset viewer.