Skip to content

add ::consumer-config schema to kafka-cluster #68

add ::consumer-config schema to kafka-cluster

add ::consumer-config schema to kafka-cluster #68

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [main]
release:
types: [published]
jobs:
build:
if: ${{!contains(toJSON(github.event.commits.*.message), '[skip-ci]')}}
runs-on: ubuntu-latest
environment: deploy
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: DeLaGuardo/[email protected]
with:
cli: '1.11.1.1273'
- uses: actions/cache@v3
with:
path: ~/.m2
key: default-build
- run: clojure -T:build ci
- uses: codecov/codecov-action@v3
- name: deploy
if: github.event.release
run: clojure -T:build deploy
env:
CLOJARS_USERNAME: ${{secrets.CLOJARS_USERNAME}}
CLOJARS_PASSWORD: ${{secrets.CLOJARS_PASSWORD}}