Skip to content

chore(deps-dev): bump @zzzen/pyright-internal from 1.2.0-dev.20240526 to 1.2.0-dev.20240630 #1689

chore(deps-dev): bump @zzzen/pyright-internal from 1.2.0-dev.20240526 to 1.2.0-dev.20240630

chore(deps-dev): bump @zzzen/pyright-internal from 1.2.0-dev.20240526 to 1.2.0-dev.20240630 #1689

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16]
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: |
npm ci
- name: npm lint
run: |
npm run lint