pulsar-admin 0.0.2

A Rust-based HTTP client for interacting with the Apache Pulsar REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: line lint
on:
  pull_request:
    branches:
      - main

jobs:
  line-lint:
    name: line lint
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: linelint
        uses: fernandrone/linelint@master