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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |