Skip to content

Forward events from redis objects to the redis claim of that instance #954

Forward events from redis objects to the redis claim of that instance

Forward events from redis objects to the redis claim of that instance #954

Workflow file for this run

name: Pull Request (global lints)
on:
pull_request:
branches:
- master
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Asciidoc linter
run: make lint_adoc
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snow-actions/eclint@v1.0.1
with:
args: "check"