Skip to content

feat: first pass at @nodevu/opt #6

feat: first pass at @nodevu/opt

feat: first pass at @nodevu/opt #6

Workflow file for this run

name: "Test Suite: Linter (@nodevu/opt)"
on:
push:
pull_request:
paths:
- 'opt/**'
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 opt
run: npm install -w opt
- name: Run npm run lint -w opt
run: npm run lint -w opt