Skip to content

Bump braces from 3.0.2 to 3.0.3 #30

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #30

Workflow file for this run

name: tests
on:
pull_request:
jobs:
build-test:
name: Building app and run our tests
runs-on: ubuntu-latest
steps:
- name: Checkout source.
uses: actions/checkout@v2
- name: Install dependencies.
run: npm ci
- name: Run tests.
run: npm test