From 72637a4dc04f606dcc8aa54d09717e66a52e6b3a Mon Sep 17 00:00:00 2001 From: bokuweb Date: Tue, 5 Nov 2024 11:21:20 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 836fe6a..f3c91e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: [push, pull_request] jobs: test: runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -54,6 +55,8 @@ jobs: build-wasm: runs-on: ubuntu-latest + permissions: + pull-requests: write defaults: run: working-directory: ./docx-wasm @@ -91,4 +94,4 @@ jobs: inherit-toolchain: true components: clippy # TODO(@unvalley): enable - # - run: cargo clippy -- -D warnings \ No newline at end of file + # - run: cargo clippy -- -D warnings