Skip to content

feat: Allow exporting csvs for one table at a time #1528

feat: Allow exporting csvs for one table at a time

feat: Allow exporting csvs for one table at a time #1528

name: Verify Commits
on:
pull_request:
types: [opened, synchronize, edited, reopened, ready_for_review]
push:
branches: [dev, stage, prod]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- name: Commitlint
uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: commitlint.config.cjs