Skip to content

Fix/redis/clear data timeout #38

Fix/redis/clear data timeout

Fix/redis/clear data timeout #38

Workflow file for this run

name: Format
on: [pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # v2 minimum required
- name: Check format with Maven
shell: bash
run: |
mvn clean spotless:check