Skip to content

Commit 8afd265

Browse files
committed
1 parent 0521f16 commit 8afd265

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
with:
1313
node-version: ${{matrix.node}}
1414
- run: npm install
15+
- name: Cherry pick https://github.com/remarkjs/remark-lint/pull/283
16+
run: |
17+
curl https://patch-diff.githubusercontent.com/raw/remarkjs/remark-lint/pull/283.patch |
18+
git apply -p 3 --ignore-space-change --directory node_modules/unified-lint-rule
1519
- run: npm test
1620
- uses: codecov/codecov-action@v1
1721
strategy:

0 commit comments

Comments
 (0)