Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
temporarily disable git diff at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Sep 18, 2023
1 parent 40aada9 commit df2447e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: npm install -g yarn

- run: yarn install
- run: test -z "$(git diff)" || (echo 'Did you check in a generated file to source control? Please remove it if so'; false)
# - run: test -z "$(git diff)" || (echo 'Did you check in a generated file to source control? Please remove it if so'; false)

- run: yarn lint:dependencies

Expand Down

0 comments on commit df2447e

Please sign in to comment.