Skip to content

fix(cli): forward -m flag to git commit #10

fix(cli): forward -m flag to git commit

fix(cli): forward -m flag to git commit #10

Workflow file for this run

name: know-code
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: npm
- name: Install and build CLI
run: |
npm install
npm run build
npm install -g ./packages/cli
- name: Verify Know-Code-Verified trailer
run: know-code verify