Skip to content

Implement 'apiKey' Parameter for Direct API Key Overrides #76

Implement 'apiKey' Parameter for Direct API Key Overrides

Implement 'apiKey' Parameter for Direct API Key Overrides #76

Workflow file for this run

name: 'Run tests & linting'
on:
workflow_dispatch:
push:
pull_request:
permissions:
contents: read
pull-requests: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
test-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x.x
cache: npm
- name: Install & Test
run: npm ci