Skip to content

Улучшения ts #64

Улучшения ts

Улучшения ts #64

Workflow file for this run

on:
pull_request:
branches:
- master
name: lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run lint