We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b93bcb8 + 98db803 commit 766af50Copy full SHA for 766af50
.github/workflows/pr-check.yml
@@ -14,6 +14,7 @@ jobs:
14
uses: actions/setup-node@v4
15
with:
16
node-version: '22.x'
17
+ - run: echo "::remove-matcher owner=eslint-stylish::"
18
- run: npm ci
19
working-directory: packages/react
20
- run: npm run lint
0 commit comments