Skip to content

Commit

Permalink
feat: add comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed Oct 13, 2024
1 parent 4f68eb6 commit cc134e0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: lint pr

on:
pull_request:
branches:
- main
pull_request_target:
types:
- edited

jobs:
ruby_lint:

runs-on: ubuntu-latest

steps:
- name: Add comment
uses: elasticspoon/actions-comment-pull-request
id: comment_pr
with:
message: |
Hello world ! :wave:

0 comments on commit cc134e0

Please sign in to comment.