Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs #192

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs

chore(deps): bump pyyaml from 5.1.1 to 5.4 in /docs #192

Workflow file for this run

on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2-beta
with:
node-version: 12
- run: yarn install --frozen-lockfile --ignore-optional
- run: yarn run lint
- run: yarn run commitlint --from origin/master