Skip to content

removed duplicate Credential Type label below the dates #797

removed duplicate Credential Type label below the dates

removed duplicate Credential Type label below the dates #797

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Clear npm cache
run: npm cache clean --force
- run: npm i --legacy-peer-deps
- run: npm run lint