Skip to content

Bump css-what from 2.1.0 to 2.1.3 #311

Bump css-what from 2.1.0 to 2.1.3

Bump css-what from 2.1.0 to 2.1.3 #311

Workflow file for this run

name: Build and Test All
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 8.11.2
- run: yarn install
- run: yarn buildall
- run: yarn lintall
- run: yarn testall