Skip to content

feat(adf): add charter adf tidy command for vendor file bloat extra… #94

feat(adf): add charter adf tidy command for vendor file bloat extra…

feat(adf): add charter adf tidy command for vendor file bloat extra… #94

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm run typecheck
- name: Docs sync check
run: pnpm run docs:check
if: hashFiles('.docsync.json') != ''
- run: pnpm run verify:adf
- run: pnpm run test
- run: node packages/cli/dist/bin.js --help