Skip to content

Commit

Permalink
🚨 Fix CI (#44)
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
bmiddha authored Dec 24, 2023
1 parent 06f5a2b commit 48a8aa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- name: Checkout repo 🛎
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'workflow_call' && 'main' || github.ref }}

- name: Setup Deno 🔧
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 48a8aa2

Please sign in to comment.