Skip to content

chore(deps): bump org.komapper:komapper-platform from 1.11.0 to 1.12.0 #399

chore(deps): bump org.komapper:komapper-platform from 1.11.0 to 1.12.0

chore(deps): bump org.komapper:komapper-platform from 1.11.0 to 1.12.0 #399

Workflow file for this run

name: Check
on:
push:
paths-ignore:
- '**.md'
concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
jobs:
detekt:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Initialization
uses: ./.github/actions/init
with:
jdk: 17
- name: Detekt check
uses: gradle/[email protected]
with:
arguments: detekt
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Initialization
uses: ./.github/actions/init
with:
jdk: 17
- name: Build
uses: gradle/[email protected]
with:
arguments: build -x test
- name: Test
uses: gradle/[email protected]
with:
arguments: test