Skip to content

Bump js-yaml from 3.13.1 to 3.14.2 in /ExampleProject #30

Bump js-yaml from 3.13.1 to 3.14.2 in /ExampleProject

Bump js-yaml from 3.13.1 to 3.14.2 in /ExampleProject #30

Workflow file for this run

name: test code
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test