Skip to content

feat(DB): add support MariaDB 11 #1745

feat(DB): add support MariaDB 11

feat(DB): add support MariaDB 11 #1745

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@v3
- name: Check core codestyle
run: source ./apps/ci/ci-codestyle.sh