We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8b4d8 commit b44f32dCopy full SHA for b44f32d
.github/workflows/lint-js-and-ruby.yml
@@ -91,7 +91,7 @@ jobs:
91
# --profile because we don't care about node10
92
# --ignore-rules CJS default export can't be resolved at the moment,
93
# revisit in 15.0.0
94
- run: attw --pack . --profile node16 --ignore-rules cjs-only-exports-default
+ run: yarn run attw --pack . --profile node16 --ignore-rules cjs-only-exports-default
95
# We only download and run Actionlint if there is any difference in GitHub Action workflows
96
# https://github.com/rhysd/actionlint/blob/main/docs/usage.md#on-github-actions
97
- name: Check for GitHub Actions changes
0 commit comments