Skip to content

chore(deps): bump semver from 6.3.0 to 6.3.1 #53

chore(deps): bump semver from 6.3.0 to 6.3.1

chore(deps): bump semver from 6.3.0 to 6.3.1 #53

Workflow file for this run

name: Lint
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: |
yarn
- name: Lint
run: |
yarn lint:prettier