Skip to content

feat: change router operation path to name #10

feat: change router operation path to name

feat: change router operation path to name #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Install
run: pnpm install
- name: Nx
run: pnpm nx run-many --targets=build,lint,typecheck -c ci --parallel 20 --batch