Skip to content

Send Kafka-key til behov-rivers som aktiveres i parallell #2005

Send Kafka-key til behov-rivers som aktiveres i parallell

Send Kafka-key til behov-rivers som aktiveres i parallell #2005

Workflow file for this run

name: Ktlint
on: pull_request
jobs:
Ktlint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: "Install ktlint"
uses: nbadal/action-ktlint-setup@v1
with:
ktlint_version: '1.3.0'
- run: ktlint
shell: bash