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 f5a6cd7 commit 08dc329Copy full SHA for 08dc329
.github/workflows/smoke-test.yml
@@ -14,7 +14,7 @@ jobs:
14
- run: |
15
npm install --legacy-peer-deps
16
npm link
17
- npm link eslint-plugin-unicorn
+ npm link eslint-plugin-unicorn --legacy-peer-deps
18
- uses: AriPerkkio/eslint-remote-tester-run-action@v4
19
with:
20
issue-title: "Results of weekly scheduled smoke test"
0 commit comments