Skip to content

Commit

Permalink
ci: fix missing action
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed May 24, 2024
1 parent 1cab566 commit 9b791ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
packages: ${{ steps.packages.outputs.packages }}
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- name: List packages
id: packages
run: |
Expand Down

0 comments on commit 9b791ef

Please sign in to comment.