Skip to content

Clarify specification on Bundle and Envelope media types #426

Clarify specification on Bundle and Envelope media types

Clarify specification on Bundle and Envelope media types #426

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
- run: npm ci --ignore-scripts
- run: npm run lint --silent