Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove h2m from Yari #6849

Merged
merged 3 commits into from
Aug 12, 2022
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
6 changes: 2 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@ jobs:
yarn test:testing
yarn test:headless

- name: Basic m2h/h2m tool testing
- name: Basic m2h tool testing
env:
ENV_FILE: testing/.env
run: |
yarn md m2h markdown/tool/m2h --locale en-US
yarn m2h markdown/tool/m2h --locale en-US
diff -s testing/content/files/en-us/markdown/tool/m2h/index.html testing/content/files/en-us/markdown/tool/m2h/expected.html
yarn md h2m markdown/tool/h2m --locale en-US
diff -s testing/content/files/en-us/markdown/tool/h2m/index.md testing/content/files/en-us/markdown/tool/h2m/expected.md

- name: Debug server's stdout and stderr if tests failed
if: failure() && steps.server.outcome != 'skipped'
Expand Down
249 changes: 0 additions & 249 deletions markdown/cli.ts

This file was deleted.

129 changes: 0 additions & 129 deletions markdown/h2m/h.ts

This file was deleted.

Loading