Skip to content

DB: explain that the endpoint is down, link to alternative db-vendo-c… #3

DB: explain that the endpoint is down, link to alternative db-vendo-c…

DB: explain that the endpoint is down, link to alternative db-vendo-c… #3

Workflow file for this run

name: lint & test
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup Node v${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run smoke-test