docs: Add wxt init demo GIF (#974)

Co-authored-by: Aaron <aaronklinker1@gmail.com>
Co-authored-by: okineadev <okineadev@users.noreply.github.com>
This commit is contained in:
Okinea Dev
2024-09-14 23:44:15 +03:00
committed by GitHub
parent e760ee444e
commit 786292c95e
5 changed files with 97 additions and 0 deletions
+5
View File
@@ -1,5 +1,9 @@
name: Basic Setup
description: Install PNPM, Node, and dependencies
inputs:
install:
default: 'true'
description: Whether or not to run 'pnpm install'
runs:
using: composite
steps:
@@ -11,5 +15,6 @@ runs:
node-version: 18
cache: pnpm
- name: Install Dependencies
if: ${{ inputs.install == 'true' }}
shell: bash
run: pnpm install