Skip to content

move out the website from the main repository #52

move out the website from the main repository

move out the website from the main repository #52

Workflow file for this run

name: Audit
on:
pull_request:
push:
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup mise
uses: jdx/mise-action@v2
- name: Install Extension Dependencies
run: pnpm install --frozen-lockfile
- name: Run Extension Tests
run: pnpm test