Skip to content

refactor: Rename main titles of the navbar #1118

refactor: Rename main titles of the navbar

refactor: Rename main titles of the navbar #1118

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Clean install dependencies
run: npm ci
- name: Audit signatures
run: npm audit signatures