Run lint and build step (#583)

Summary:
This should just work, but let's see what CI says.
Pull Request resolved: https://github.com/facebook/flipper/pull/583

Reviewed By: jknoxville

Differential Revision: D17906598

Pulled By: passy

fbshipit-source-id: 5de686c8c9b23b101999da938d6e8f9baff7bc86
This commit is contained in:
Pascal Hartig
2019-10-14 08:36:05 -07:00
committed by Facebook Github Bot
parent a2bdf4e0dd
commit 1d7b194abb

View File

@@ -17,7 +17,11 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test - name: yarn install
run: | run: yarn
yarn - name: lint
yarn test run: yarn lint
- name: test
run: yarn test
- name: build
run: yarn build --linux