Skip to content

Commit

Permalink
Hopefully fix CI for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed May 3, 2024
1 parent 6c402ee commit 9de3539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: npm lint
shell: bash
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- uses: numworks/setup-emscripten@bbc4f5e15974bc13e69fdadecfd1858ecb1c4dbb
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9de3539

Please sign in to comment.