Skip to content

Commit 7fd00a4

Browse files
committed
feat: cache pre-commit in s3
1 parent d333d67 commit 7fd00a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lint/action.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ runs:
6565
- name: Pre-commit
6666
if: steps.check_pre_commit_config.outputs.files_exists == 'true'
6767
uses: open-turo/action-pre-commit@v3
68+
with:
69+
s3-bucket-name: ${{ inputs.s3-bucket-name }}
70+
s3-bucket-region: ${{ inputs.s3-bucket-region }}
6871
- if: ${{ inputs.internal-dependency-prefixes != '' }}
6972
name: Create Beta Release Check Script
7073
run: |

0 commit comments

Comments
 (0)