[ci] Remove circleci yarn_lint job
This was migrated to GitHub actions ghstack-source-id: bf284ae2113cfffb71d53d6b1a9edf6e58cde0ab Pull Request resolved: https://github.com/facebook/react/pull/30024
Lauren Tan committed
Jun 21, 2024 at 11:41 UTC
3563387fe3427924304cdb1a45e73f2b564c51e1
1 file changed
-17
.circleci/config.yml
-17
@@ -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
-
77
yarn_flow:
78
docker: *docker
79
environment: *environment
@@ -479,11 +467,6 @@ workflows:
467
branches:
468
ignore:
469
- builds/facebook-www
482
- - yarn_lint:
483
- filters:
484
- branches:
485
- ignore:
486
- - builds/facebook-www
470
- yarn_test:
471
filters:
472
branches: