Skip to content

chore(eslint): lint examples/bunyan and prepare for linting .js and .mjs files #13030

chore(eslint): lint examples/bunyan and prepare for linting .js and .mjs files

chore(eslint): lint examples/bunyan and prepare for linting .js and .mjs files #13030

Workflow file for this run

name: Ensure API Peer Dependency
on:
push:
branches:
- main
pull_request:
jobs:
peer-api-check:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install script dependencies
run: npm ci
- name: Check API dependency semantics
run: node ./scripts/peer-api-check.js