Skip to content

Bump braces from 3.0.2 to 3.0.3 (#43) #180

Bump braces from 3.0.2 to 3.0.3 (#43)

Bump braces from 3.0.2 to 3.0.3 (#43) #180

Workflow file for this run

#name: Test
#on:
# push:
# branches:
# - "**"
# workflow_call:
#jobs:
# test:
# runs-on: self-hosted
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - run: npm ci
# - name: Build
# run: npm run build
# - name: Unit Tests
# run: npm run test:unit