Skip to content

ci: include module name in linting Action names #2

ci: include module name in linting Action names

ci: include module name in linting Action names #2

Workflow file for this run

name: "Test Suite: Linter (core)"
on:
push:
pull_request:
paths:
- 'core/**'
branches:
- main
workflow_dispatch:
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@v3
with:
node-version: current
- name: Run npm install -w core
run: npm install -w core
- name: Run npm run lint -w core
run: npm run lint -w core