Skip to content

"Add Output Index" script for old Automapping rules #27

"Add Output Index" script for old Automapping rules

"Add Output Index" script for old Automapping rules #27

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: 'npm'
- run: npm clean-install
- run: npm test