Skip to content

fix: save minimal data to users_<id> key of Redis #9

fix: save minimal data to users_<id> key of Redis

fix: save minimal data to users_<id> key of Redis #9

Workflow file for this run

name: Call Checkstyle
on:
pull_request:
branches: ["master", "develop"]
paths:
- '**/*.java'
jobs:
style-check:
uses: PSMRI/.github/.github/workflows/checkstyle.yml@main
with:
java-version: '17'