Skip to content

Protect connections and define device-backup boundaries #184

Protect connections and define device-backup boundaries

Protect connections and define device-backup boundaries #184

Workflow file for this run

name: Tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "24"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run tests
run: npm test
- name: Run canonical Bluesky archive contract tests
run: npm run test:archive-contract
- name: Check for a newer canonical Bluesky archive bundle
env:
GITHUB_TOKEN: ${{ github.token }}
run: python3 scripts/archive-contract/check_latest.py