Skip to content

fix module resolution #751

fix module resolution

fix module resolution #751

Workflow file for this run

name: lint
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
concurrency:
group: branch-node--lint--${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: 20
- name: npm ci
run: |
npm ci --ignore-scripts
- name: lint
run: npm run lint