Skip to content

Feature: Add Agnostic business type #165

Feature: Add Agnostic business type

Feature: Add Agnostic business type #165

Workflow file for this run

name: Validate tools
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm install --legacy-peer-deps
- run: npm run validate-tools