1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

Update ci.yml

This commit is contained in:
Ian Storm Taylor
2019-11-09 20:29:14 -05:00
committed by GitHub
parent c381d72b41
commit a39277ad15

View File

@@ -1,4 +1,4 @@
name: ci
name: actions
on: [push]
jobs:
ci:
@@ -8,10 +8,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: |
yarn install
yarn build
yarn lint
yarn test
- run: yarn && yarn build && yarn lint && yarn test
env:
CI: true