Skip to content

Bump org.flywaydb.flyway from 10.1.0 to 10.7.1 #772

Bump org.flywaydb.flyway from 10.1.0 to 10.7.1

Bump org.flywaydb.flyway from 10.1.0 to 10.7.1 #772

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