Skip to content

chore(deps-dev): Bump sort-package-json from 2.8.0 to 2.10.0 (#694) #1371

chore(deps-dev): Bump sort-package-json from 2.8.0 to 2.10.0 (#694)

chore(deps-dev): Bump sort-package-json from 2.8.0 to 2.10.0 (#694) #1371

Workflow file for this run

name: build
on:
push:
paths-ignore:
- '**/*.md'
- 'LICENSE'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: yarn install --frozen-lockfile
- run: yarn run lint
- run: yarn run build
- run: yarn run test
env:
CI: true