Skip to content

Gjør InnsendingService stateless #1808

Gjør InnsendingService stateless

Gjør InnsendingService stateless #1808

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