Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Merge pull request #218 from 9oelM/main #1094

Merge pull request #218 from 9oelM/main

Merge pull request #218 from 9oelM/main #1094

Workflow file for this run

---
name: Security
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: v18.1.0
cache: npm
- name: Install packages
run: npm ci
- name: Run audit
run: npm audit