Skip to content

Commit

Permalink
feat: test ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi committed Feb 1, 2024
1 parent 53e7184 commit 480cf05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ jobs:
env:
SHELLCHECK_OPTS: -e SC1090 -e SC2119 -e SC1091

comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Thanks for reporting!'
})
checks-pass:
# Always run this job!
if: always()
Expand Down

0 comments on commit 480cf05

Please sign in to comment.