3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 03:47:20 +00:00

chore: improve test coverage (#1235)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Tonye Jack 2023-06-07 17:13:00 -06:00 committed by GitHub
parent 6dc4095801
commit c784b6f1c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,31 @@ on:
branches: branches:
- "**" - "**"
pull_request_review: pull_request_review:
types: [edited, dismissed, submitted]
pull_request_target: pull_request_target:
pull_request: pull_request:
types:
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- closed
- reopened
- synchronize
- converted_to_draft
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_removed
- auto_merge_enabled
- auto_merge_disabled
branches: branches:
- main - main
jobs: jobs:
shellcheck: shellcheck:
name: Run shellcheck name: Run shellcheck