Linktree CI Integration
GitHub Actions
name: Linktree Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm test
Resources
Next Steps
See linktree-deploy-integration.