Skip to content

Commit 3563387

Browse files
committed
[ci] Remove circleci yarn_lint job
This was migrated to GitHub actions ghstack-source-id: bf284ae2113cfffb71d53d6b1a9edf6e58cde0ab Pull Request resolved: #30024
1 parent f598eb4 commit 3563387

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Diff for: .circleci/config.yml

-17
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,6 @@ parameters:
7474
default: ''
7575

7676
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-
8977
yarn_flow:
9078
docker: *docker
9179
environment: *environment
@@ -479,11 +467,6 @@ workflows:
479467
branches:
480468
ignore:
481469
- builds/facebook-www
482-
- yarn_lint:
483-
filters:
484-
branches:
485-
ignore:
486-
- builds/facebook-www
487470
- yarn_test:
488471
filters:
489472
branches:

0 commit comments

Comments
 (0)