test: add test for all models using chai
& mocha
#235
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
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: | | |
Thanks for opening a new issue! 🎉 | |
Welcome to our community. | |
While we are working on getting back to you, you can check out some resources to get started with FreshNest: | |
- [Code of Conduct](https://github.com/AmanNegi/FreshNest/blob/main/CODE_OF_CONDUCT.md) | |
- [Contributors Guide](https://github.com/AmanNegi/FreshNest/blob/main/docs/CONTRIBUTING.md) | |
pr-message: | | |
Welcome to our community. Thanks for opening a new PR!🎉 | |
Add an appropriate issue description with issue number and explaining how you'll be fixing the issue. | |
While we are working on getting back to you, you can check out some resources to get started with FreshNest: | |
- [Code of Conduct](https://github.com/AmanNegi/FreshNest/blob/main/CODE_OF_CONDUCT.md) | |
- [Contributors Guide](https://github.com/AmanNegi/FreshNest/blob/main/docs/CONTRIBUTING.md) |