Skip to content

Legg til wrappere for fnr og orgnr #34

Legg til wrappere for fnr og orgnr

Legg til wrappere for fnr og orgnr #34

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@v3
- name: "Install ktlint"
uses: nbadal/action-ktlint-setup@v1
with:
ktlint_version: '0.42.1'
- run: ktlint
shell: bash