Skip to content

Commit

Permalink
Merge pull request #83 from dojoengine/npx-test
Browse files Browse the repository at this point in the history
npx test
  • Loading branch information
ponderingdemocritus authored Dec 19, 2023
2 parents 4635fea + b3cc21d commit 8bbbd79
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 68 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/npx-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Dojo npx create

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build-and-test:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20"

- name: Install Dojo CLI
run: npm i @dojoengine/create-dojo -g

- name: Create Dojo Project
run: npx @dojoengine/create-dojo
140 changes: 72 additions & 68 deletions packages/create-dojo/bin/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bbbd79

Please sign in to comment.