Skip to content

fix: ConcurrentModificationException in Explosion.java #20

fix: ConcurrentModificationException in Explosion.java

fix: ConcurrentModificationException in Explosion.java #20

Workflow file for this run

name: IntelliJ Format
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- if: github.event_name != 'pull_request'
uses: actions/checkout@v3
- if: github.event_name == 'pull_request'
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/checkout@v3
- uses: notdevcody/[email protected]
with:
include-glob: '*.java'
path: src/main/java/
style-settings-file: ../../../.idea/codeStyles/Project.xml