From d384f6000a174d0cb834521745370b1fdb1ddef4 Mon Sep 17 00:00:00 2001 From: Yuji Sugiura <6259812+leaysgur@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:46:48 +0900 Subject: [PATCH] fix(ci): Remove unused(?) .html file (#4545) See https://github.com/oxc-project/oxc/actions/workflows/link-check.yml I don't know why it suddenly started failing, but this file doesn't seem to be used? --- .../oxc_linter/fixtures/import/component.html | 139 ------------------ 1 file changed, 139 deletions(-) delete mode 100644 crates/oxc_linter/fixtures/import/component.html diff --git a/crates/oxc_linter/fixtures/import/component.html b/crates/oxc_linter/fixtures/import/component.html deleted file mode 100644 index 2b6bfb1c1..000000000 --- a/crates/oxc_linter/fixtures/import/component.html +++ /dev/null @@ -1,139 +0,0 @@ -
- - - - - - - - -

Welcome to {{ title }}!

-
-
-

Resources & Tools

-

Thank you for using and showing some ♥ for Nx.

-
- - If you like Nx, please give it a star: -
- - - - - Star -
-
-
-

Here are some links to help you get started.

- -

Next Steps

-

Here are some things you can do with Nx.

-
- Add UI library -
-  # Generate UI lib
-  nx g @nrwl/angular:lib ui
-
-  # Add a component
-  nx g @nrwl/angular:component xyz --project ui
-
-
- View dependency graph -
nx dep-graph
-
-
- Run affected commands -
-  # see what's been affected by changes
-  nx affected:dep-graph
-
-  # run tests for current changes
-  nx affected:test
-
-  # run e2e tests for current changes
-  nx affected:e2e
-  
-
-
-