Skip to content

fix: ignore entities by their hidden and disabled state #11

fix: ignore entities by their hidden and disabled state

fix: ignore entities by their hidden and disabled state #11

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: nx cache
uses: actions/cache@v4
with:
path: .nx
key: ${{ runner.os }}-nx
- run: npm ci
- run: npm run pull-request