Skip to content

chore: @nodevu/0.3.0 release #72

chore: @nodevu/0.3.0 release

chore: @nodevu/0.3.0 release #72

Workflow file for this run

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