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

deps: Audit 08/01 (#2) #6

deps: Audit 08/01 (#2)

deps: Audit 08/01 (#2) #6

Workflow file for this run

name: 'Pipeline'
on:
push:
branches:
- 'master'
pull_request:
jobs:
ci:
name: 'CI'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm run build
- run: npm run check