Skip to content

fix(elixir): use element type, not envelope, for paginated casting #503

fix(elixir): use element type, not envelope, for paginated casting

fix(elixir): use element type, not envelope, for paginated casting #503

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
with:
node-version-file: .node-version
- run: npm install
- run: npm run typecheck
- run: npm test