feat: Always show download (previously jump in), reorder navbar items, and hide social media in footer #1113
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |