Skip to content

Add token launch feature documentation and screenshots #11

Add token launch feature documentation and screenshots

Add token launch feature documentation and screenshots #11

Workflow file for this run

name: validate
on:
push:
pull_request:
jobs:
extension:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run repository validation
run: npm run check