Skip to content

chore(deps): bump the minor-and-patch group across 13 directories with 12 updates #36

chore(deps): bump the minor-and-patch group across 13 directories with 12 updates

chore(deps): bump the minor-and-patch group across 13 directories with 12 updates #36

Workflow file for this run

name: ci-cli-lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
paths:
- "cli/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install dependencies
run: npm install
working-directory: cli
- name: Lint Program
run: npm run lint
working-directory: cli