Skip to content

Commit

Permalink
[ci] Remove circleci yarn_lint job
Browse files Browse the repository at this point in the history
This was migrated to GitHub actions

ghstack-source-id: cec0ca512581492b76651ac6332a8cba48b0447c
Pull Request resolved: #30024
  • Loading branch information
poteto committed Jun 21, 2024
1 parent d041e31 commit 9c48fa1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@ parameters:
default: ''

jobs:
yarn_lint:
docker: *docker
environment: *environment

steps:
- checkout
- setup_node_modules
- run: node ./scripts/prettier/index
- run: node ./scripts/tasks/eslint
- run: ./scripts/circleci/check_license.sh
- run: ./scripts/circleci/test_print_warnings.sh

yarn_flow:
docker: *docker
environment: *environment
Expand Down Expand Up @@ -479,11 +467,6 @@ workflows:
branches:
ignore:
- builds/facebook-www
- yarn_lint:
filters:
branches:
ignore:
- builds/facebook-www
- yarn_test:
filters:
branches:
Expand Down

0 comments on commit 9c48fa1

Please sign in to comment.