- Timestamp:
- 2021-07-17T19:43:54+02:00 (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/checkstyle-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 Checkstyle with Ant 22 30 run: | -
trunk/.github/workflows/codeql-analysis.yml
r18053 r18056 26 26 fetch-depth: 256 27 27 28 - name: Cache 29 uses: actions/cache@v2.0.0 30 with: 31 path: | 32 ~/.ivy2/cache/ 33 ~/work/josm/josm/tools/ 34 key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }} 35 28 36 - name: Initialize CodeQL 29 37 uses: github/codeql-action/init@v1 -
trunk/.github/workflows/pmd-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 PMD with Ant 22 30 run: | -
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.