Skip to content

docs: add cross-org receive policy to README #68

docs: add cross-org receive policy to README

docs: add cross-org receive policy to README #68

Workflow file for this run

name: ci
on:
pull_request:
push:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
- name: Build package
run: npm run build