Skip to content

chore: update tools to use local taxaloader when present (#24) #36

chore: update tools to use local taxaloader when present (#24)

chore: update tools to use local taxaloader when present (#24) #36

Workflow file for this run

on:
workflow_dispatch:
pull_request:
push:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: "npm"
- run: npm update
- run: npm run check