Skip to content

Merge branch 'main' of github.com:switchboard-xyz/ecosystem #1

Merge branch 'main' of github.com:switchboard-xyz/ecosystem

Merge branch 'main' of github.com:switchboard-xyz/ecosystem #1

name: Consolidate Project Metadata Files
on:
push:
branches:
- main
jobs:
consolidate-json:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Bun
run: curl -fsSL https://bun.sh/install | bash
shell: bash
env:
BUN_INSTALL: $HOME/.bun
- name: Setup Bun environment
run: |
echo 'export BUN_INSTALL="$HOME/.bun"' >> $GITHUB_ENV
echo 'export PATH="$BUN_INSTALL/bin:$PATH"' >> $GITHUB_ENV
shell: bash
- name: Install dependencies
run: bun install