From 638eb23d2c77663189b36d925edda68693734291 Mon Sep 17 00:00:00 2001 From: Enes Date: Fri, 20 Sep 2024 10:57:55 +0300 Subject: [PATCH] chore: add danger step enabled on workflows (#2884) --- .github/workflows/pr_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index ba4cf59138..c1d02a7af3 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -30,6 +30,7 @@ jobs: - prettier - typecheck - build:sample-apps + - danger steps: - name: checkout uses: actions/checkout@v3