Skip to content

chore(cientos): new docs on nuxt #670

chore(cientos): new docs on nuxt

chore(cientos): new docs on nuxt #670

Workflow file for this run

name: CI
on:
push:
branches:
- main
- next
paths-ignore:
- '**/*.md'
- 'docs/**'
pull_request:
branches:
- main
- next
paths-ignore:
- '**/*.md'
- 'docs/**'
merge_group: {}
env:
PNPM_CACHE_FOLDER: .pnpm-store
HUSKY: 0 # Bypass husky commit hook for CI
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Check
run: pnpm nx run-many --target=build,lint,test:ci --parallel=3 -p="tag:npm:public"