Skip to content

Update version to 2.0.2 #29

Update version to 2.0.2

Update version to 2.0.2 #29

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@v4
- if: github.event_name == 'pull_request'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: notdevcody/[email protected]
with:
include-glob: '*.java'
path: src/main/java/
style-settings-file: ../../../.idea/codeStyles/Project.xml