Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75ca38e

Browse files
committed
Fixing check of code style
1 parent 07fcf35 commit 75ca38e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Check code style
113113
if: ${{ matrix.id == 1 }}
114114
id: check-coding-style
115-
run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} "$SQLCLI" $UT3_DEVELOP_SCHEMA/$UT3_DEVELOP_SCHEMA_PASSWORD@//$CONNECTION_STR @development/utplsql_style_check.sql
115+
run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint "$SQLCLI" ${DOCKER_ENV} ${ORACLE_VERSION} $UT3_DEVELOP_SCHEMA/$UT3_DEVELOP_SCHEMA_PASSWORD@//$CONNECTION_STR @development/utplsql_style_check.sql
116116

117117
- name: Validate utPLSQL uninstall
118118
if: ${{ matrix.id == 1 }}

0 commit comments

Comments
 (0)