Skip to content

连接中心增加 createConnection() 方法,重构 Imi\Db\Db::getNewInstance() #1067

连接中心增加 createConnection() 方法,重构 Imi\Db\Db::getNewInstance()

连接中心增加 createConnection() 方法,重构 Imi\Db\Db::getNewInstance() #1067

Workflow file for this run

name: Markdownlint
on:
push:
paths:
- 'doc/**'
- '.markdownlint.json'
pull_request:
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
run: |
npm install
- name: Markdownlint
run: ./node_modules/.bin/markdownlint -f ./doc