Skip to content

Oppgrader til ktor2 og fas ut felles backend #880

Oppgrader til ktor2 og fas ut felles backend

Oppgrader til ktor2 og fas ut felles backend #880

Workflow file for this run

name: Ktlint
on:
pull_request:
branches-ignore:
- dependabot/*
- snyk-*
jobs:
Ktlint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: "Install ktlint"
uses: nbadal/action-ktlint-setup@v1
with:
ktlint_version: '0.42.1'
- run: ktlint
shell: bash