Skip to content

docs(readme): adds NPM bagde to README #4

docs(readme): adds NPM bagde to README

docs(readme): adds NPM bagde to README #4

Workflow file for this run

name: Validate Lint & build.
on:
pull_request:
branches:
- main
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run build