Skip to content

Commit

Permalink
Fix ci by creating required file
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Jul 12, 2024
1 parent a6d1e35 commit 9082a9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
deno-version-file: .tool-versions

- name: create public.json
run: touch src/public.json

- name: check lockfile
run: deno task deps:check

Expand Down

0 comments on commit 9082a9a

Please sign in to comment.