Skip to content

Optimize addMonitoredItem with O(1) lookup and fix concurrency #547

Optimize addMonitoredItem with O(1) lookup and fix concurrency

Optimize addMonitoredItem with O(1) lookup and fix concurrency #547

name: check google-java-format
permissions:
contents: read
on:
push:
branches:
- '1.0'
pull_request:
branches:
- '1.0'
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/[email protected]
with:
distribution: "temurin"
java-version: 21
- uses: axel-op/googlejavaformat-action@v4
with:
args: "--set-exit-if-changed"