File tree Expand file tree Collapse file tree
packages/db/src/migrations/meta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,6 +130,33 @@ jobs:
130130 exit 1
131131 }
132132
133+ drizzle-check :
134+ runs-on : ${{ vars.RUNNER_DEFAULT_LABEL || 'ubuntu-latest' }}
135+ steps :
136+ - uses : useblacksmith/checkout@v1
137+ with :
138+ lfs : true
139+
140+ - name : Setup pnpm
141+ uses : pnpm/action-setup@v2
142+ with :
143+ version : latest
144+ run_install : false
145+
146+ - name : Setup Node
147+ uses : actions/setup-node@v4
148+ with :
149+ node-version : 22
150+ cache : ' pnpm'
151+
152+ - name : Install dependencies
153+ run : pnpm install --frozen-lockfile
154+
155+ - name : Drizzle check
156+ run : pnpm drizzle check
157+ env :
158+ POSTGRES_URL : postgresql://unused:unused@localhost:5432/unused
159+
133160 dependency-cycle-check :
134161 runs-on : ${{ vars.RUNNER_DEFAULT_LABEL || 'ubuntu-latest' }}
135162 steps :
You can’t perform that action at this time.
0 commit comments