Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,6 @@ jobs:
- name: Run plugins lint
run: yarn lint:plugins

- name: Run remark-codeblock-language-as-title plugin checks
working-directory: plugins/remark-codeblock-language-as-title
run: yarn tsc

- name: Run remark-lint-no-dead-urls plugin checks
working-directory: plugins/remark-lint-no-dead-urls
run: yarn tsc && yarn test

- name: Run remark-snackplayer plugin checks
working-directory: plugins/remark-snackplayer
run: yarn tsc && yarn test

lint-website:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"serve": "yarn --cwd website serve",
"prepare": "husky",
"lint": "eslint .",
"lint:packages": "eslint ./packages",
"lint:plugins": "eslint ./plugins",
"lint:packages": "yarn workspaces foreach --from \"packages/*\" -p -R run lint",
"lint:plugins": "yarn workspaces foreach --from \"plugins/*\" -p -R run lint && yarn workspaces foreach --from \"plugins/*\" -p -R run test",
"lint:website": "eslint ./website ./docs",
"update-lock": "yarn dedupe",
"check-dependencies": "manypkg check"
Expand Down