Skip to content

Fix #23908: Significantly improve the performance of copy/paste when … #1400

Fix #23908: Significantly improve the performance of copy/paste when …

Fix #23908: Significantly improve the performance of copy/paste when … #1400

name: "Checkstyle"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 256
- name: Cache
uses: actions/cache@v4
with:
path: |
~/.ivy2/cache/
~/work/josm/josm/tools/
key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }}
- name: Run Checkstyle with Ant
run: |
ant checkstyle
- name: Upload report
uses: actions/upload-artifact@v4
with:
path: checkstyle-josm.xml
- uses: JOSM/JOSMPluginAction/actions/checkstyle@v2
with:
file: "checkstyle-josm.xml"