Skip to content

chore(deps): bump @actions/core from 1.10.0 to 1.10.1 #333

chore(deps): bump @actions/core from 1.10.0 to 1.10.1

chore(deps): bump @actions/core from 1.10.0 to 1.10.1 #333

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
# For public repo's GH recommends not using self hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: |
npm ci
npm test