We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f9a6c commit d36ca2cCopy full SHA for d36ca2c
.github/workflows/smoke-test.yml
@@ -19,7 +19,8 @@ jobs:
19
- run: |
20
npm link
21
npm link eslint-plugin-react
22
- - uses: AriPerkkio/eslint-remote-tester-run-action@v3
+ - uses: AriPerkkio/eslint-remote-tester-run-action@v4
23
with:
24
issue-title: 'Results of weekly scheduled smoke test'
25
+ issue-label: 'smoke-test'
26
eslint-remote-tester-config: test/eslint-remote-tester.config.js
0 commit comments