[workflow] auto comment if precommit check fails (#2417)

This commit is contained in:
Frank Lee
2023-01-10 15:06:27 +08:00
committed by GitHub
parent 2445279a08
commit 57b6157b6c
4 changed files with 80 additions and 6 deletions

View File

@@ -28,9 +28,6 @@ jobs:
- name: Get all changed example files
id: changed-files
uses: tj-actions/changed-files@v35
# Using this can trigger action each time a PR is submitted.
with:
since_last_remote_commit: true
- name: setup matrix
id: setup-matrix
run: |