Skip to content

docs: add dbt tutorial #632

docs: add dbt tutorial

docs: add dbt tutorial #632

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-format:
name: Lint and format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.9.0
- run: npm ci
- run: npm run lint
- run: npm run format
- run: npm run cspell