Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

npm: bump the minor group across 1 directory with 4 updates #113

npm: bump the minor group across 1 directory with 4 updates

npm: bump the minor group across 1 directory with 4 updates #113

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
tests:
name: Analyze Project
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run tests
id: runtests
run: |
npm ci
npm run test