Skip to content

Tok 114 monto a invertir input #1

Tok 114 monto a invertir input

Tok 114 monto a invertir input #1

Workflow file for this run

name: Lint All Packages
on:
pull_request:
branches: [main, develop]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Use Node 24
uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint API
run: npm run lint --workspace=packages/api
- name: Lint UI
run: npm run lint --workspace=packages/ui