From 9bbde41af7944904814eac40adbcb5d446ddc443 Mon Sep 17 00:00:00 2001 From: caixiangyue Date: Thu, 9 Nov 2023 14:15:46 +0800 Subject: [PATCH] chore: comment on pr --- .github/workflows/typos.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index bf20185..bf2d636 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -9,13 +9,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: typos-action - id: typos - uses: crate-ci/typos@v1.16.23 - - - name: Comment PR - uses: thollander/actions-comment-pull-request@v2 - with: - message: | - Hello world ! :wave: \ No newline at end of file + - uses: actions/checkout@v3 + - name: typos-action + id: typos + uses: crate-ci/typos@v1.16.23 + + - name: Comment PR + uses: thollander/actions-comment-pull-request@v2 + with: + message: | + Hello world ! :wave: \ No newline at end of file