Skip to content

chore: comment on pr #7

chore: comment on pr

chore: comment on pr #7

Workflow file for this run

name: check typos
on:
push:
pull_request:
issue_comment:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: typos-action
id: typos
uses: crate-ci/[email protected]
why:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/why')
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Why
run: |
echo "why..."