Skip to content

feat: granular office hours #517

feat: granular office hours

feat: granular office hours #517

Workflow file for this run

name: Yarn Audit
on: [pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup node/yarn
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- name: Install packages
run: yarn
- name: Run yarn audit
run: yarn audit:ci