Revert "feat: Use magic test app on dev" #564
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: | |
- uses: actions/checkout@main | |
- name: Install | |
run: npm install --legacy-peer-deps | |
- name: Audit signatures | |
run: npm audit signatures |