Disable lint pkg (#867)
Summary: This is too aggressive right now. Pull Request resolved: https://github.com/facebook/flipper/pull/867 Reviewed By: nikoant Differential Revision: D20279641 Pulled By: passy fbshipit-source-id: cdf1d65f0d4137ab689d228846e9c20ec1230b1a
This commit is contained in:
committed by
Facebook Github Bot
parent
976efc24e8
commit
07f1ddb1c4
3
.github/workflows/nodejs-pkg.yml
vendored
3
.github/workflows/nodejs-pkg.yml
vendored
@@ -15,9 +15,6 @@ jobs:
|
||||
- name: install
|
||||
working-directory: pkg
|
||||
run: yarn
|
||||
- name: lint
|
||||
working-directory: pkg
|
||||
run: yarn lint
|
||||
- name: test
|
||||
working-directory: pkg
|
||||
run: yarn test
|
||||
|
||||
Reference in New Issue
Block a user