Skip to content

Runtime: unified duckdb connector for motherduck and external db files #6274

Runtime: unified duckdb connector for motherduck and external db files

Runtime: unified duckdb connector for motherduck and external db files #6274

Workflow file for this run

name: Prettier check
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: NPM Install
run: npm install
- name: Prettier checks
run: npx prettier --check "**/*"