Skip to content

feat(agent): allow code-simplifier to read untracked files #94

feat(agent): allow code-simplifier to read untracked files

feat(agent): allow code-simplifier to read untracked files #94

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm run build
- run: npm test