We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f598eb4 commit 3563387Copy full SHA for 3563387
.circleci/config.yml
@@ -74,18 +74,6 @@ parameters:
74
default: ''
75
76
jobs:
77
- yarn_lint:
78
- docker: *docker
79
- environment: *environment
80
-
81
- steps:
82
- - checkout
83
- - setup_node_modules
84
- - run: node ./scripts/prettier/index
85
- - run: node ./scripts/tasks/eslint
86
- - run: ./scripts/circleci/check_license.sh
87
- - run: ./scripts/circleci/test_print_warnings.sh
88
89
yarn_flow:
90
docker: *docker
91
environment: *environment
@@ -479,11 +467,6 @@ workflows:
479
467
branches:
480
468
ignore:
481
469
- builds/facebook-www
482
- - yarn_lint:
483
- filters:
484
- branches:
485
- ignore:
486
- - builds/facebook-www
487
470
- yarn_test:
488
471
filters:
489
472
0 commit comments