Skip to content

Fix: '@typescript-eslint/indent': 'warn'. (#262) #22

Fix: '@typescript-eslint/indent': 'warn'. (#262)

Fix: '@typescript-eslint/indent': 'warn'. (#262) #22

Workflow file for this run

name: Tools Testing
on:
push:
branches: ['**']
paths:
- 'tools/**'
pull_request:
branches: ['**']
paths:
- 'tools/**'
jobs:
tools-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: tools
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.10.0
- run: npm install
- run: npm run test
- run: npm run lint