Skip to content

Feature: Add Agnostic business type (#68) #166

Feature: Add Agnostic business type (#68)

Feature: Add Agnostic business type (#68) #166

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