Skip to content

Add web version of credentials and the web version guide markdown fil… #1032

Add web version of credentials and the web version guide markdown fil…

Add web version of credentials and the web version guide markdown fil… #1032

Workflow file for this run

on:
push:
pull_request:
jobs:
lint:
name: Lint - Node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm install
- run: npm test