Skip to content

Commit

Permalink
ci: config
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 20, 2024
1 parent ae707eb commit cca304a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
. .scripts/ci/ci-env.sh
.scripts/ci/ci-prepare.sh
npm run lint:s
npm run lint:cycle
# npm run lint:cycle
env:
CI: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
. .scripts/ci/ci-env.sh
.scripts/ci/ci-prepare.sh
npm run lint:nofix
npm run lint:cycle
# npm run lint:cycle
env:
CI: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-wo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
. .scripts/ci/ci-env.sh
.scripts/ci/ci-prepare.sh
npm run lint:nofix
npm run lint:cycle
# npm run lint:cycle
env:
CI: true

Expand Down

0 comments on commit cca304a

Please sign in to comment.