diff options
| author | 2026-01-16 09:30:39 +0800 | |
|---|---|---|
| committer | 2026-01-16 09:30:39 +0800 | |
| commit | 3fa38e2d8a081db6f41ef65c37157442f77845d4 (patch) | |
| tree | 5ef127a0a847cedcbc44b57e548f05b752b66406 /.github | |
| parent | 36138be8e858cb35845014421aeaa7fa6a426217 (diff) | |
| download | DropOut-3fa38e2d8a081db6f41ef65c37157442f77845d4.tar.gz DropOut-3fa38e2d8a081db6f41ef65c37157442f77845d4.zip | |
chore(ci): Rename workflow from 'UI Auto Fix' to 'UI Auto Lint'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5188f4e..5c4a69d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: UI Auto Fix +name: UI Auto Lint on: push: @@ -7,6 +7,9 @@ on: - "ui/**" workflow_dispatch: +permissions: + contents: write + jobs: fix: if: github.event_name != 'pull_request' |