Skip to content

feat(arui-scripts): add in test command ability to use preset from configs #122

feat(arui-scripts): add in test command ability to use preset from configs

feat(arui-scripts): add in test command ability to use preset from configs #122

name: 'Dependency review'
on:
pull_request:
paths:
- packages/arui-scripts/**
permissions:
discussions: write
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '18'
- name: yarn install
run: |
yarn install --immutable
- name: Run Audit
id: audit
run: |
yarn turbo audit