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 ad193ee commit 6215de3Copy full SHA for 6215de3
.github/workflows/lint-js-and-ruby.yml
@@ -90,9 +90,7 @@ jobs:
90
run: yarn pack -f react-on-rails.tgz
91
- name: Lint package types
92
# --profile because we don't care about node10
93
- # --ignore-rules CJS default export can't be resolved at the moment,
94
- # revisit in 15.0.0
95
- run: yarn run attw react-on-rails.tgz --profile node16 --ignore-rules cjs-only-exports-default
+ run: yarn run attw react-on-rails.tgz --profile node16
96
- name: Lint package publishing
97
run: yarn run publint --strict react-on-rails.tgz
98
# We only download and run Actionlint if there is any difference in GitHub Action workflows
0 commit comments