Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Mar 3, 2022
1 parent 0521f16 commit 8afd265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
with:
node-version: ${{matrix.node}}
- run: npm install
- name: Cherry pick https://github.com/remarkjs/remark-lint/pull/283
run: |
curl https://patch-diff.githubusercontent.com/raw/remarkjs/remark-lint/pull/283.patch |
git apply -p 3 --ignore-space-change --directory node_modules/unified-lint-rule
- run: npm test
- uses: codecov/codecov-action@v1
strategy:
Expand Down

0 comments on commit 8afd265

Please sign in to comment.