From 4b16c123e1c392ee78a1b44525b75be822c06c69 Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Tue, 17 Oct 2023 16:00:36 +0530 Subject: [PATCH] updated yaml --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c2e19ed4..c7fde238b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,10 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 + permissions: + checks: write # For trunk to post annotations + contents: read + steps: - name: Checkout repository uses: actions/checkout@v3 @@ -43,6 +47,11 @@ jobs: - name: Install dependencies run: cd packages/react-native-room-kit/example/; npm install + - name: Trunk Check + uses: trunk-io/trunk-action + with: + post-annotations: true + - name: Make Gradlew Executable run: cd packages/react-native-room-kit/example/android && chmod +x ./gradlew