From 7f1ea7193332079d4078f51dba78dbb9291ace93 Mon Sep 17 00:00:00 2001 From: Ayana Yokota Date: Tue, 20 Dec 2022 13:13:10 -0800 Subject: [PATCH] Run shell lint check whenever tests are updated (#30) --- .github/workflows/shell-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/shell-lint.yml b/.github/workflows/shell-lint.yml index 2f1611a..e8cecc5 100644 --- a/.github/workflows/shell-lint.yml +++ b/.github/workflows/shell-lint.yml @@ -3,6 +3,9 @@ on: pull_request: types: - opened + - synchronize + - reopened + - ready_for_review jobs: lint: runs-on: ubuntu-latest