Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop authored Jan 3, 2024
2 parents 876067b + 2930b23 commit 20b04c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: install remark deps
shell: bash
run: |
npm install -g remark remark-cli remark-frontmatter remark-mdc remark-lint-frontmatter-schema
npm install -g remark remark-cli remark-frontmatter remark-lint-frontmatter-schema
- name: remark-lint
uses: reviewdog/action-remark-lint@v5
with:
reporter: github-pr-check
remark_args: --use remark-mdc --use remark-frontmatter --use remark-lint-frontmatter-schema
remark_args: --use --use remark-frontmatter --use remark-lint-frontmatter-schema
1 change: 0 additions & 1 deletion .remarkrc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins:
- remark-mdc
- remark-frontmatter
- - remark-lint-frontmatter-schema
- schemas:
Expand Down

0 comments on commit 20b04c2

Please sign in to comment.