Skip to content

add the contributing #66

add the contributing

add the contributing #66

Workflow file for this run

name: Audit
on:
pull_request:
push:
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: Pull Extension Dependencies
run: pnpm pull
- name: Run Extension Tests
run: pnpm test