Skip to content

GH workflow fix

GH workflow fix #11

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches: [devel]
jobs:
build:
uses: dbeaver/dbeaver-common/.github/workflows/mvn-package.yml@devel
name: Check
secrets: inherit
with:
project-directory: ./dbeaver-jdbc-libsql
project-deps: ./dbeaver-jdbc-libsql/project.deps
timeout-minutes: 2
lint:
uses: dbeaver/dbeaver-common/.github/workflows/java-checkstyle.yml@devel
name: Check
secrets: inherit