1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 09:04:31 +02:00

update ci workflow

This commit is contained in:
Ian Storm Taylor
2021-04-01 02:11:28 -04:00
parent 22cb79c37a
commit 990def3906

View File

@@ -1,5 +1,3 @@
name: Continuous Integration
on:
- push
- pull_request
@@ -15,7 +13,7 @@ jobs:
with:
node-version: 12
- name: Run tests
run: yarn && yarn build:rollup && yarn test && yarn lint
run: yarn && yarn build:rollup && yarn test
env:
CI: true
lint:
@@ -28,6 +26,6 @@ jobs:
with:
node-version: 12
- name: Run linters
run: yarn && yarn lint
run: yarn && yarn build:rollup && yarn lint
env:
CI: true