Skip to content

更新安全模型,支持角色继承和字段级安全,添加项目和任务的权限配置 #57

更新安全模型,支持角色继承和字段级安全,添加项目和任务的权限配置

更新安全模型,支持角色继承和字段级安全,添加项目和任务的权限配置 #57

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test