Skip to content

Fix the circular dependency in the generated code #1481

Fix the circular dependency in the generated code

Fix the circular dependency in the generated code #1481

Workflow file for this run

name: Audit
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '15 23 * * 0'
jobs:
audit:
runs-on: ubuntu-latest
name: audit check
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v4
- run: pnpm audit