Skip to content

feat: add @nodevu/fetchindex (#78) #8

feat: add @nodevu/fetchindex (#78)

feat: add @nodevu/fetchindex (#78) #8

Workflow file for this run

name: "Test Suite: Linter (oldest)"
on:
push:
pull_request:
paths:
- 'oldest/**'
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
tests:
if: github.repository == 'cutenode/nodevu'
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: current
- name: Run npm install -w oldest
run: npm install -w oldest
- name: Run npm run lint -w oldest
run: npm run lint -w oldest