Skip to content

feat: add code lint - shellcheck to github actions and configured codacy #21

feat: add code lint - shellcheck to github actions and configured codacy

feat: add code lint - shellcheck to github actions and configured codacy #21

Workflow file for this run

name: Greet new contributors
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome to your first issue"
pr-message: "Thanks to your first PR!"