backend-api #6

Merged
piair merged 107 commits from backend-api into main 2025-03-26 19:04:09 +01:00
Showing only changes of commit c739b4d26d - Show all commits

View File

@ -13,9 +13,8 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21' java-version: '21'
- name: Check IntelliJ Formatting - name: Check IntelliJ Formatting
uses: sidhant92/intellij-format-action@v1 uses: findologic/intellij-format-action
with: with:
tool_name: 'IntelliJ Diff' include-glob: '*.kt,*.java'
fail_on_changes: true path: .
path: './MyINPulse-back/' fail-on-changes: true
file_mask: '*.java'