Skip to content

Update deprecated social media links for helius, rain, and halo platforms #32

Update deprecated social media links for helius, rain, and halo platforms

Update deprecated social media links for helius, rain, and halo platforms #32

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run tests
run: npm run test:ci
- name: Build the package
run: npm run build:ci