Skip to content

Commit baa44b6

Browse files
authored
test db schema
1 parent a7e92b3 commit baa44b6

File tree

5 files changed

+606
-0
lines changed

5 files changed

+606
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Database Schema Visualization CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- dev
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- uses: actions/checkout@v2
17+
18+
- name: Check dbdocs
19+
run: dbdocs
20+
21+
- name: sync database dbdocs project
22+
env:
23+
DBDOCS_TOKEN: ${{ secrets.DBDOCS_TOKEN }}
24+
run: npm run db:visualize

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
lockfile=false
22
resolution-mode=highest
33

4+
ignore-workspace-root-check=true
45
enable-pre-post-scripts=true
56

67
public-hoist-pattern[]=*@umijs/lint*

0 commit comments

Comments
 (0)