diff options
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' |