dbeaver/pro#3407 Fix AbstractJdbcResultSet.getBigDecimal(int) to handle empty strings #54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |