Skip to content

Bump brace-expansion from 1.1.11 to 1.1.12 in /ExampleProject #28

Bump brace-expansion from 1.1.11 to 1.1.12 in /ExampleProject

Bump brace-expansion from 1.1.11 to 1.1.12 in /ExampleProject #28

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