Skip to content

Commit

Permalink
chore: comment on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
caixiangyue committed Nov 9, 2023
1 parent a305e2b commit f003e3b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
pull_request:

jobs:
build:
typos:
runs-on: ubuntu-latest

name: comment a PR
steps:
- uses: actions/checkout@v3
- name: typos-action
id: typos
uses: crate-ci/[email protected]
- name: Comment PR
- name: Checkout
uses: actions/checkout@v3

- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Expand Down

0 comments on commit f003e3b

Please sign in to comment.