Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit feb0889

Browse files
committed
remove markdown link check job
1 parent 388dd55 commit feb0889

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

circle.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,6 @@ workflows:
2626
name: Build folder 🏗
2727
command: npm run build
2828

29-
- cypress/run:
30-
name: Lint Markdown links
31-
filters:
32-
branches:
33-
only: main
34-
executor: cypress/base-12
35-
requires:
36-
- Install
37-
# notice a trick to avoid re-installing dependencies
38-
# in this job - a do-nothing "install-command" parameter
39-
install-command: echo 'Nothing to install in this job'
40-
# we are not going to use results from this job anywhere else
41-
no-workspace: true
42-
record: false
43-
store_artifacts: true
44-
command: npm run check:links
45-
4629
- cypress/run:
4730
name: Example A11y
4831
requires:
@@ -323,7 +306,6 @@ workflows:
323306
requires:
324307
- Install
325308
- Component Tests
326-
- Lint Markdown links
327309
- Example A11y
328310
- Example Babel
329311
- Example Component Folder

0 commit comments

Comments
 (0)