diff options
author | kylo252 <[email protected]> | 2022-04-02 12:22:32 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-02 12:22:32 +0200 |
commit | b892b97708db69eb85e88f9ea4292bd83a1c1241 (patch) | |
tree | bb0d5376fa5b88f082fd8808d34def96abcd2a6e /.github/workflows/format.yaml | |
parent | 84e499aa38f661be5ea54a6bf7b0cbbf987ec9ff (diff) |
ci(test): add write-permission for prs (#2417)
Diffstat (limited to '.github/workflows/format.yaml')
-rw-r--r-- | .github/workflows/format.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index a7f7d9f8..b63b89d7 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -4,6 +4,11 @@ on: pull_request: branches: - "rolling" + paths: + - 'lua/**' + - 'snapshots/**' + - 'tests/**' + - 'utils/**' jobs: stylua-check: |