Skip to content

several bug fixes

several bug fixes #10

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