Skip to content

Merge branch 'main' into tal/add_dbt_post #635

Merge branch 'main' into tal/add_dbt_post

Merge branch 'main' into tal/add_dbt_post #635

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