Skip to content

Commit

Permalink
updated yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 17, 2023
1 parent 3477d2f commit 4b16c12
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 4b16c12

Please sign in to comment.