mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
fix(backup): allow all paths when the allowed path is the root directory in ValidatePathAccess function #1380
This commit is contained in:
@@ -56,23 +56,19 @@ jobs:
|
||||
corepack enable
|
||||
corepack prepare pnpm@latest --activate
|
||||
pnpm install
|
||||
working-directory: app
|
||||
|
||||
- name: Check frontend code style
|
||||
run: |
|
||||
pnpm run lint
|
||||
working-directory: app
|
||||
pnpm lint
|
||||
|
||||
- name: Check frontend types
|
||||
run: |
|
||||
pnpm run typecheck
|
||||
working-directory: app
|
||||
pnpm typecheck
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npx update-browserslist-db@latest
|
||||
pnpm build
|
||||
working-directory: app
|
||||
|
||||
- name: Compress frontend with xz
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user