Skip to content

fix: adds more information when an EXPLAIN <query> is run on a fede… #62

fix: adds more information when an EXPLAIN <query> is run on a fede…

fix: adds more information when an EXPLAIN <query> is run on a fede… #62

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install prettier prettier-plugin-toml
- run: npx prettier --check --no-config .