Skip to content

Commit

Permalink
.github/workflows: Move comment below run statement (hopefully fixing…
Browse files Browse the repository at this point in the history
… yml syntax error).
  • Loading branch information
ivucica committed May 8, 2024
1 parent 3ef86d9 commit def58e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }}
name: List the state of node modules
continue-on-error: true
# More useful with e.g. npm.
run: echo "Stub action: merely printing a notice that there was a cache miss"
# More useful with e.g. npm.

- name: Checkout submodules
run: git submodule init && git submodule update
Expand Down Expand Up @@ -96,8 +96,8 @@ jobs:
- if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }}
name: List the state of node modules
continue-on-error: true
# More useful with e.g. npm.
run: echo "Stub action: merely printing a notice that there was a cache miss"
# More useful with e.g. npm.

- name: Checkout submodules
run: git submodule init && git submodule update
Expand Down

0 comments on commit def58e8

Please sign in to comment.