Skip to content

chore: Jan 2025 taxa updates (#25) #38

chore: Jan 2025 taxa updates (#25)

chore: Jan 2025 taxa updates (#25) #38

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