Skip to content

chore(ci): harden publish workflow #77

chore(ci): harden publish workflow

chore(ci): harden publish workflow #77

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths-ignore:
- "**/*.md"
- "apps/field-plugins/**"
- "apps/space-tool-plugins/**"
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
- "apps/field-plugins/**"
- "apps/space-tool-plugins/**"
env:
HUSKY: 0
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
permissions:
contents: read
jobs:
build:
environment: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/setup-node
- name: Check
run: pnpm nx run-many --target=build,lint,test,test:types --parallel=3 -p="tag:npm:public"