Skip to content

attempts to add some additional testing #1

attempts to add some additional testing

attempts to add some additional testing #1

Workflow file for this run

name: Process - Lint and Test
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Main Branch
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
- run: |
npm ci
npm run lint
npm run test