Skip to content

Use term 'api extension' instead of the clumsier 'public api consumer' #216

Use term 'api extension' instead of the clumsier 'public api consumer'

Use term 'api extension' instead of the clumsier 'public api consumer' #216

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install modules
run: npm i
- name: Run tests
run: npm test