Skip to content

added column mapping in the config (#45) #26

added column mapping in the config (#45)

added column mapping in the config (#45) #26

Workflow file for this run

name: Lint Code Base
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint js/lineage.js index.html scripts/famgen.js