Skip to content

build: Speed up CI by only running commands we need #394

build: Speed up CI by only running commands we need

build: Speed up CI by only running commands we need #394

Workflow file for this run

name: Validate SQL format
on:
- pull_request
jobs:
format:
name: Validate SQL format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.8.x"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Format SQL
run: |
sqlfmt models macros --check