Changeset 18064 in josm for trunk/.github
- Timestamp:
- 2021-07-18T13:17:36+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/spotbugs-analysis.yml
r18057 r18064 36 36 path: spotbugs-josm.xml 37 37 38 - uses: jwgmeligmeyling/spotbugs-github-action@master 39 with: 40 path: '**/spotbugs-josm.xml' 38 # Disable step, always failing with error message 39 # TypeError: Cannot read property 'sourcepath' of undefined 40 # see https://github.com/jwgmeligmeyling/spotbugs-github-action/issues/15 41 #- uses: jwgmeligmeyling/spotbugs-github-action@master 42 # with: 43 # path: '**/spotbugs-josm.xml'
Note:
See TracChangeset
for help on using the changeset viewer.