Skip to content

Commit

Permalink
ci: no lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 25, 2024
1 parent 73c0233 commit b0d6768
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/nodejs-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ jobs:
env:
CI: true

- name: Lint
shell: bash
run: |
export cwd=`pwd`
. .scripts/ci/ci-env.sh
.scripts/ci/ci-prepare.sh
npm run lint:s
npm run lint:cycle
env:
CI: true
# - name: Lint
# shell: bash
# run: |
# export cwd=`pwd`
# . .scripts/ci/ci-env.sh
# .scripts/ci/ci-prepare.sh
# npm run lint:s
# npm run lint:cycle
# env:
# CI: true

- name: Testing
shell: bash
Expand Down

0 comments on commit b0d6768

Please sign in to comment.