Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner authored and github-actions[bot] committed Nov 5, 2024
1 parent 0bf23e6 commit 95f31a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
workflow_run:
workflows: ["Build"]
types:
- completed
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
unit:
Expand Down Expand Up @@ -176,4 +176,3 @@ jobs:
# run: cd packages/validator && pnpm run test
- name: Test webhooks
run: cd packages/webhooks && pnpm run test

0 comments on commit 95f31a5

Please sign in to comment.