Bump js-yaml from 3.14.0 to 3.14.2 #430
This file contains hidden or 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: | |
| branches-ignore: | |
| # Ignore branches automatically created by github-rebase | |
| - rebase-pull-request** | |
| - cherry-pick-rebase-pull-request** | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| name: Test | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Install | |
| run: yarn install --frozen-lockfile | |
| - name: Build | |
| run: yarn run build | |
| - name: Test | |
| run: yarn test |