Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Add cancel workflow and format .github files #1170

Merged
merged 7 commits into from
Nov 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test different error position
  • Loading branch information
syamsudotdev committed Nov 10, 2023
commit 3b2e7a982f1df783f6168c1cb8c7161d25dc3d80
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
with:
node-version: 18.x
- run: npm ci
- run: npm run build -w packages/notificationnn
- run: npm run build -w packages/notification
- run: npm run lint
- name: Cancel workflow on failure
if: 'failure()'
@@ -42,7 +42,7 @@ jobs:
node-version: 18.x
- run: npm ci
- run: npm run build -w packages/notification
- run: npm run format
- run: npm run formattt
- name: Cancel workflow on failure
if: 'failure()'
uses: 'andymckay/cancel-action@0.3'