Skip to content

Commit 02cd22b

Browse files
authored
Merge pull request #77 from Surya-sourav/main
Feature : Anthropic Integration
2 parents 013a033 + 8da1ed5 commit 02cd22b

File tree

5 files changed

+79
-1
lines changed

5 files changed

+79
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
3232
- name: 🖥️ Build Electron app
3333
# Run Electron build script from root directory
34+
3435
run: npm run build
3536

3637
- name: 🚨 Send failure notification to Slack
@@ -41,4 +42,5 @@ jobs:
4142
SLACK_TITLE: "🚨 Build Failed"
4243
SLACK_MESSAGE: "😭 Build failed for `${{ github.repository }}` repo on main branch."
4344
SLACK_COLOR: 'danger'
44-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
45+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
46+

package-lock.json

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)