From 6dbb8d7ea76e22e4628205f9ecc0d06584cf87cd Mon Sep 17 00:00:00 2001 From: "Yuki.K" <103980824+snow7y@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:06:15 +0900 Subject: [PATCH] Update check_code.yml --- .github/workflows/check_code.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_code.yml b/.github/workflows/check_code.yml index 9bc968a..e0deb43 100644 --- a/.github/workflows/check_code.yml +++ b/.github/workflows/check_code.yml @@ -6,6 +6,7 @@ on: jobs: run-lint: runs-on: ubuntu-latest + if: github.actor != 'dependabot[bot]' steps: - name: Checkout code @@ -33,4 +34,4 @@ jobs: - name: Lint with Mypy run: | - poetry run mypy src/ --ignore-missing-imports \ No newline at end of file + poetry run mypy src/ --ignore-missing-imports