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: bf284ae2113cfffb71d53d6b1a9edf6e58cde0ab
Pull Request resolved: #30024
  • Loading branch information
poteto committed Jun 21, 2024
1 parent f598eb4 commit 3563387
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 3563387

Please sign in to comment.