Skip to content

dbeaver/pro#3523 Add throwable function interface #69

dbeaver/pro#3523 Add throwable function interface

dbeaver/pro#3523 Add throwable function interface #69

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches: [devel]
jobs:
build:
uses: ./.github/workflows/mvn-package.yml
name: Check
secrets: inherit
with:
timeout-minutes: 5
lint:
uses: ./.github/workflows/java-checkstyle.yml
name: Check
secrets: inherit