Skip to content

ci: update linter name #9

ci: update linter name

ci: update linter name #9

Workflow file for this run

name: "Linter: 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