Skip to content

Commit

Permalink
remove comments that are not helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
s2sa4v committed Jul 17, 2024
1 parent 631bfb3 commit d5c734b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr-ui.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: UI PR Check

on:
Expand Down Expand Up @@ -38,7 +35,6 @@ jobs:
- name: Cache build
uses: actions/cache@v4
with:
# See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples.md#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node
path: |
~/.npm
${{ github.workspace }}/.next/cache
Expand Down

0 comments on commit d5c734b

Please sign in to comment.