Skip to content

Ci create solana dapp #33

Ci create solana dapp

Ci create solana dapp #33

name: Publish pkg.pr.new
on:
workflow_dispatch:
pull_request:
env:
# See https://consoledonottrack.com/
DO_NOT_TRACK: '1'
version: '2.1'

Check failure on line 11 in .github/workflows/publish-pkg-pr-new.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-pkg-pr-new.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
orbs:
node: circleci/node@x.y
jobs:
test:
executor: node/default
steps:
- checkout
- node/install-bun:
version: 1.2.22
- node/install-packages:
pkg-manager: bun
- run: bun run test
workflows:
test_my_app:
jobs:
- test