diff options
| author | 2026-02-26 18:34:12 +0800 | |
|---|---|---|
| committer | 2026-02-26 18:57:59 +0800 | |
| commit | 7eba8843d8b9050864362389d26698117ab58824 (patch) | |
| tree | 92197d008d8bfd2952a9e486998538f85bff6aaa /.github/workflows | |
| parent | a9fc6fdf26b87f0d1ebe45d89d173c706176e733 (diff) | |
| download | DropOut-7eba8843d8b9050864362389d26698117ab58824.tar.gz DropOut-7eba8843d8b9050864362389d26698117ab58824.zip | |
fix(ci): fix ui auto lint
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d5bd131..0452d29 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,10 +31,7 @@ jobs: - run: pnpm install - - run: pnpm format - working-directory: packages/ui - - - run: pnpm lint:fix + - run: pnpm lint --fix working-directory: packages/ui - name: Commit changes |