Skip to content

chore: Bump braces from 3.0.2 to 3.0.3 #9

chore: Bump braces from 3.0.2 to 3.0.3

chore: Bump braces from 3.0.2 to 3.0.3 #9

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: |
npm ci
npm test