Skip to content

Commit

Permalink
chore: fix ci.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Nov 15, 2024
1 parent d33382f commit 3dea625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build and Test Trampoline
on:
pull_request:
workflow_dispatch:
Expand All @@ -11,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 3dea625

Please sign in to comment.