Skip to content

feat(Core/MySQLConnection): wait all stmts register before execute #1691

feat(Core/MySQLConnection): wait all stmts register before execute

feat(Core/MySQLConnection): wait all stmts register before execute #1691

Workflow file for this run

name: 'check-codestyle'
on:
push:
branches:
- 'master' # only default branch
pull_request:
jobs:
check-codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check core codestyle
run: source ./apps/ci/ci-codestyle.sh