Skip to content

Commit 20e45f5

Browse files
committed
Update attw
1 parent 25edcde commit 20e45f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/lint-js-and-ruby.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,8 @@ jobs:
8989
- name: Pack for attw and publint
9090
run: yarn pack -f react-on-rails.tgz
9191
- 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
92+
# --profile because we have an ESM-only package now
93+
run: yarn run attw react-on-rails.tgz --profile esm-only
9694
- name: Lint package publishing
9795
run: yarn run publint --strict react-on-rails.tgz
9896
# We only download and run Actionlint if there is any difference in GitHub Action workflows

0 commit comments

Comments
 (0)